summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/WebSTONE/src/parse_file_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/JAWS/clients/WebSTONE/src/parse_file_list.h')
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/parse_file_list.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/parse_file_list.h b/ACE/apps/JAWS/clients/WebSTONE/src/parse_file_list.h
new file mode 100644
index 00000000000..715686228db
--- /dev/null
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/parse_file_list.h
@@ -0,0 +1,20 @@
+/* $Id$ */
+/**************************************************************************
+ * *
+ * Copyright (C) 1995 Silicon Graphics, Inc. *
+ * *
+ * These coded instructions, statements, and computer programs where *
+ * deveolped by SGI for public use. If anychanges are made to this code *
+ * please try to get the changes back to the author. Feel free to make *
+ * modfications and changes to the code and release it. *
+ * *
+ **************************************************************************/
+#ifndef __PARSE_FILE_LIST_H__
+#define __PARSE_FILE_LIST_H__
+
+extern int count_file_list(const char *);
+
+extern void parse_file_list (char *, page_list_t *,
+ long int *, long int *);
+
+#endif /* !__PARSE_FILE_LIST_H__ */