Fix description of "count" in Auxiliary Variable Parameter Record.
[pspp] / src / glob.h
index dd5eb95c250d9f47035fa9ffdaff428ef973a15f..45ab333724c33a0fa5f85abb9fc873bbf1f68bf0 100644 (file)
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA. */
 
-#if !INCLUDED_GLOB_H
-#define INCLUDED_GLOB_H 1
+#if !GLOB_H
+#define GLOB_H 1
 
-void init_glob (int argc UNUSED, char **argv);
-void done_glob (void);
+const char *get_start_date (void);
 
 #endif /* glob.h */