Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate files.h @ 27:01c3a2088ab4
fix some more bugs
author | David A. Holland |
---|---|
date | Mon, 20 Dec 2010 05:01:18 -0500 |
parents | 97243badae69 |
children | 76c114899f63 |
rev | line source |
---|---|
4
ee9a66b87c70
Initial version of toplevel and options handling.
David A. Holland
parents:
diff
changeset
|
1 struct place; |
ee9a66b87c70
Initial version of toplevel and options handling.
David A. Holland
parents:
diff
changeset
|
2 |
6 | 3 void files_init(void); |
4 void files_cleanup(void); | |
5 | |
4
ee9a66b87c70
Initial version of toplevel and options handling.
David A. Holland
parents:
diff
changeset
|
6 void files_addquotepath(const char *dir, bool issystem); |
ee9a66b87c70
Initial version of toplevel and options handling.
David A. Holland
parents:
diff
changeset
|
7 void files_addbracketpath(const char *dir, bool issystem); |
ee9a66b87c70
Initial version of toplevel and options handling.
David A. Holland
parents:
diff
changeset
|
8 |
6 | 9 void file_readquote(struct place *, const char *name); |
10 void file_readbracket(struct place *, const char *name); | |
11 void file_readabsolute(struct place *, const char *name); |