summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/glob.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-22 23:45:37 +0000
committerache <ache@FreeBSD.org>1994-09-22 23:45:37 +0000
commit41cb9decc65e51e29f0eb6fe06bcb3594726bd6b (patch)
tree31cb31bfb69915fc791ce9c2ec7d345124bedebf /usr.bin/ncftp/glob.h
downloadFreeBSD-src-41cb9decc65e51e29f0eb6fe06bcb3594726bd6b.zip
FreeBSD-src-41cb9decc65e51e29f0eb6fe06bcb3594726bd6b.tar.gz
ncftp 1.8.5
Diffstat (limited to 'usr.bin/ncftp/glob.h')
-rw-r--r--usr.bin/ncftp/glob.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/usr.bin/ncftp/glob.h b/usr.bin/ncftp/glob.h
new file mode 100644
index 0000000..4f35e7c
--- /dev/null
+++ b/usr.bin/ncftp/glob.h
@@ -0,0 +1,22 @@
+/* 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