summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/WebSTONE/src/parse_file_list.h
blob: ce2767105e6a34ab15e52869d6631d606b979523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**************************************************************************
 $Header$
 *               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__ */