Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate files.h @ 5:7c489c73d62b
Clear commandline_files after processing it.
author | David A. Holland |
---|---|
date | Sun, 19 Dec 2010 17:53:49 -0500 |
parents | ee9a66b87c70 |
children | 0601b6e8e53d |
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 |
ee9a66b87c70
Initial version of toplevel and options handling.
David A. Holland
parents:
diff
changeset
|
3 void files_addquotepath(const char *dir, bool issystem); |
ee9a66b87c70
Initial version of toplevel and options handling.
David A. Holland
parents:
diff
changeset
|
4 void files_addbracketpath(const char *dir, bool issystem); |
ee9a66b87c70
Initial version of toplevel and options handling.
David A. Holland
parents:
diff
changeset
|
5 |
ee9a66b87c70
Initial version of toplevel and options handling.
David A. Holland
parents:
diff
changeset
|
6 void files_read(struct place *, const char *name); |