Rewrote most of the examine command.
[pspp-builds.git] / src / glob.h
index 0b15f34ab796ec4a66c85aa08091319f2c67112d..91b702779126fea09788a21f5096e637fffc002c 100644 (file)
@@ -20,6 +20,7 @@
 #if !INCLUDED_GLOB_H
 #define INCLUDED_GLOB_H 1
 
-void init_glob (int argc unused, char **argv);
+void init_glob (int argc UNUSED, char **argv);
+void done_glob (void);
 
 #endif /* glob.h */