diff place.h @ 14:5045b9678bb0

woops
author David A. Holland
date Sun, 19 Dec 2010 19:51:36 -0500
parents 120629a5d6bf
children 76da41da923f
line wrap: on
line diff
--- a/place.h	Sun Dec 19 19:49:43 2010 -0500
+++ b/place.h	Sun Dec 19 19:51:36 2010 -0500
@@ -17,7 +17,8 @@
 
 void place_setnowhere(struct place *p);
 void place_setbuiltin(struct place *p, unsigned num);
-void place_setcommandline(struct place *p, unsigned word);
+void place_setcommandline(struct place *p, unsigned word, unsigned column);
+void place_setfilestart(struct place *p, const struct placefile *pf);
 
 const struct placefile *place_addfile(const struct place *incplace,
 				      const char *name, bool fromsystemdir);