Mercurial > ~dholland > hg > tradcpp > index.cgi
diff place.h @ 164:f14f5352956c
Merge upstream into Joerg's changes.
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 01:00:38 -0400 (2015-06-12) |
parents | d6e6b3940780 28ac21a359d1 |
children | a2f047301c15 |
line wrap: on
line diff
--- a/place.h Fri Feb 27 13:44:39 2015 +0100 +++ b/place.h Fri Jun 12 01:00:38 2015 -0400 @@ -27,6 +27,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#ifndef PLACE_H +#define PLACE_H + #include <stdbool.h> enum places { @@ -56,3 +59,5 @@ const struct placefile *place_addfile(const struct place *incplace, const char *name, bool fromsystemdir); + +#endif /* PLACE_H */