aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/rc/rc.h')
-rw-r--r--src/cmd/rc/rc.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/cmd/rc/rc.h b/src/cmd/rc/rc.h
index f7533a0..b51b78b 100644
--- a/src/cmd/rc/rc.h
+++ b/src/cmd/rc/rc.h
@@ -1,3 +1,4 @@
+#pragma once
#include <u.h>
#include <base.h>
@@ -265,4 +266,8 @@ void freecode(Code *c);
/* glob.c */
#define GLOB ((char)(0x01))
-int match(char *, char *, int);
+extern Word *globmatch;
+
+void deglob(char *);
+void globlist(Word *);
+int match(char *, char *, int);