Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison files.h @ 8:97243badae69
split place stuff to its own file
author | David A. Holland |
---|---|
date | Sun, 19 Dec 2010 19:15:55 -0500 (2010-12-20) |
parents | b8167949474a |
children | 76c114899f63 |
comparison
equal
deleted
inserted
replaced
7:b8167949474a | 8:97243badae69 |
---|---|
1 struct place; | 1 struct place; |
2 | |
3 struct place *place_gettemporary(void); | |
4 void place_puttemporary(struct place *p); | |
5 struct place *place_create(void); | |
6 struct place *place_clone(const struct place *p); | |
7 void place_destroy(struct place *); | |
8 void place_setnowhere(struct place *p); | |
9 void place_setbuiltin(struct place *p, unsigned num); | |
10 void place_setcommandline(struct place *p, unsigned column); | |
11 | 2 |
12 void files_init(void); | 3 void files_init(void); |
13 void files_cleanup(void); | 4 void files_cleanup(void); |
14 | 5 |
15 void files_addquotepath(const char *dir, bool issystem); | 6 void files_addquotepath(const char *dir, bool issystem); |