summaryrefslogtreecommitdiff
path: root/NetWare/nwplglob.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare/nwplglob.h')
-rw-r--r--NetWare/nwplglob.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/NetWare/nwplglob.h b/NetWare/nwplglob.h
new file mode 100644
index 0000000000..1c9d9e4b58
--- /dev/null
+++ b/NetWare/nwplglob.h
@@ -0,0 +1,27 @@
+
+/*
+ * Copyright © 2001 Novell, Inc. All Rights Reserved.
+ *
+ * You may distribute under the terms of either the GNU General Public
+ * License or the Artistic License, as specified in the README file.
+ *
+ */
+
+/*
+ * FILENAME : nwplglob.h
+ * DESCRIPTION : Perl globbing support for NetWare.
+ * Author : HYAK
+ * Date : January 2001.
+ *
+ */
+
+
+#ifndef __NWplGlob_H__
+#define __NWplGlob_H__
+
+
+void fnDoPerlGlob(char** argv, char* fileName);
+
+
+#endif // __NWplGlob_H__
+