Mercurial > ~dholland > hg > tradcpp > index.cgi
diff place.h @ 157:95fbb216e23f
Make place_getname public, so that __FILE__ can use it.
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Fri, 27 Feb 2015 00:21:31 +0100 (2015-02-26) |
parents | 2b0b61fd1a36 |
children | d6e6b3940780 |
line wrap: on
line diff
--- a/place.h Tue Sep 17 14:59:42 2013 -0400 +++ b/place.h Fri Feb 27 00:21:31 2015 +0100 @@ -44,6 +44,7 @@ void place_init(void); void place_cleanup(void); +const char *place_getname(const struct place *); void place_setnowhere(struct place *p); void place_setbuiltin(struct place *p, unsigned num);