summaryrefslogtreecommitdiffstats
path: root/libexec/tradcpp/place.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/tradcpp/place.h')
-rw-r--r--libexec/tradcpp/place.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/tradcpp/place.h b/libexec/tradcpp/place.h
index d18dd82cbf2..7dab0375583 100644
--- a/libexec/tradcpp/place.h
+++ b/libexec/tradcpp/place.h
@@ -53,6 +53,9 @@ void place_setbuiltin(struct place *p, unsigned num);
void place_setcommandline(struct place *p, unsigned word, unsigned column);
void place_setfilestart(struct place *p, const struct placefile *pf);
+void place_addcolumns(struct place *, unsigned cols);
+void place_addlines(struct place *, unsigned lines);
+
const char *place_getname(const struct place *);
const char *place_getparsedir(const struct place *incplace);
bool place_eq(const struct place *, const struct place *);