diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-26 21:13:00 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-26 21:13:00 (GMT) |
commit | da2e3d212171bbe64c1af39114fd067308656990 (patch) | |
tree | 9601f7ed15fa1394762124630c12a792bc073ec2 /funtools/util/find.h | |
parent | 76b109ad6d97d19ab835596dc70149ef379f3733 (diff) | |
download | blt-da2e3d212171bbe64c1af39114fd067308656990.zip blt-da2e3d212171bbe64c1af39114fd067308656990.tar.gz blt-da2e3d212171bbe64c1af39114fd067308656990.tar.bz2 |
rm funtools for update
Diffstat (limited to 'funtools/util/find.h')
-rw-r--r-- | funtools/util/find.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/funtools/util/find.h b/funtools/util/find.h deleted file mode 100644 index d7d4dbd..0000000 --- a/funtools/util/find.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright (c) 1999-2003 Smithsonian Astrophysical Observatory - */ - -/* - * - * find.h -- declarations for find finding - * - */ - -#ifndef __find_h -#define __find_h - -#if HAVE_CONFIG_H -#include "conf.h" -#endif - -#include <stdio.h> -#include <ctype.h> -#if HAVE_UNISTD_H -#include <unistd.h> -#endif -#if HAVE_STRING_H -#include <string.h> -#endif -#include <sys/types.h> -#include <sys/stat.h> -#include "xalloc.h" -#include "prsetup.h" - -_PRbeg - -char *ResolvePath _PRx((char *ibuf, char *obuf, int maxlen)); -void ExpandEnv _PRx((char *name, char *fullname, int maxlen)); -char *Access _PRx((char *name, char *mode)); -char *Find _PRx((char *name, char *mode, char *extn, char *path)); - -_PRend - -#endif |