summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ncftp/glob.h')
-rw-r--r--usr.bin/ncftp/glob.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/usr.bin/ncftp/glob.h b/usr.bin/ncftp/glob.h
deleted file mode 100644
index 4f35e7c..0000000
--- a/usr.bin/ncftp/glob.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* glob.h */
-
-#ifndef _glob_h_
-#define _glob_h_ 1
-
-/* $RCSfile: glob.h,v $
- * $Revision: 14020.11 $
- * $Date: 93/05/21 05:45:32 $
- */
-
-char **glob(char *v);
-int letter(char c);
-int digit(char c);
-int any(int c, char *s);
-int blklen(char **av);
-char **blkcpy(char **oav, char **bv);
-void blkfree(char **av0);
-char **copyblk(char **v);
-int gethdir(char *home_dir);
-
-#endif
-
OpenPOWER on IntegriCloud