Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison place.h @ 14:5045b9678bb0
woops
author | David A. Holland |
---|---|
date | Sun, 19 Dec 2010 19:51:36 -0500 |
parents | 120629a5d6bf |
children | 76da41da923f |
comparison
equal
deleted
inserted
replaced
13:120629a5d6bf | 14:5045b9678bb0 |
---|---|
15 void place_init(void); | 15 void place_init(void); |
16 void place_cleanup(void); | 16 void place_cleanup(void); |
17 | 17 |
18 void place_setnowhere(struct place *p); | 18 void place_setnowhere(struct place *p); |
19 void place_setbuiltin(struct place *p, unsigned num); | 19 void place_setbuiltin(struct place *p, unsigned num); |
20 void place_setcommandline(struct place *p, unsigned word); | 20 void place_setcommandline(struct place *p, unsigned word, unsigned column); |
21 void place_setfilestart(struct place *p, const struct placefile *pf); | |
21 | 22 |
22 const struct placefile *place_addfile(const struct place *incplace, | 23 const struct placefile *place_addfile(const struct place *incplace, |
23 const char *name, bool fromsystemdir); | 24 const char *name, bool fromsystemdir); |