comparison place.h @ 178:0d5b9651b240

Merge Joerg's changes into upstream. (now that they've been thrashed out a bit, include CHANGES entries, etc.)
author David A. Holland
date Fri, 12 Jun 2015 03:05:49 -0400
parents a2f047301c15
children 4c3375895c6e
comparison
equal deleted inserted replaced
156:e8f7ae63844f 178:0d5b9651b240
51 void place_setnowhere(struct place *p); 51 void place_setnowhere(struct place *p);
52 void place_setbuiltin(struct place *p, unsigned num); 52 void place_setbuiltin(struct place *p, unsigned num);
53 void place_setcommandline(struct place *p, unsigned word, unsigned column); 53 void place_setcommandline(struct place *p, unsigned word, unsigned column);
54 void place_setfilestart(struct place *p, const struct placefile *pf); 54 void place_setfilestart(struct place *p, const struct placefile *pf);
55 55
56 const char *place_getname(const struct place *);
56 const char *place_getparsedir(const struct place *incplace); 57 const char *place_getparsedir(const struct place *incplace);
58
59 void place_changefile(struct place *p, const char *name);
57 60
58 const struct placefile *place_addfile(const struct place *incplace, 61 const struct placefile *place_addfile(const struct place *incplace,
59 const char *name, bool fromsystemdir); 62 const char *name, bool fromsystemdir);
60 63
61 #endif /* PLACE_H */ 64 #endif /* PLACE_H */