Mercurial > ~dholland > hg > tradcpp > index.cgi
view files.h @ 12:6c15ca895585
improve places more
author | David A. Holland |
---|---|
date | Sun, 19 Dec 2010 19:39:26 -0500 |
parents | 97243badae69 |
children | 76c114899f63 |
line wrap: on
line source
struct place; void files_init(void); void files_cleanup(void); void files_addquotepath(const char *dir, bool issystem); void files_addbracketpath(const char *dir, bool issystem); void file_readquote(struct place *, const char *name); void file_readbracket(struct place *, const char *name); void file_readabsolute(struct place *, const char *name);