diff place.h @ 11:b9d50e786322

simplify places
author David A. Holland
date Sun, 19 Dec 2010 19:30:24 -0500
parents 800f3a560a3b
children 6c15ca895585
line wrap: on
line diff
--- a/place.h	Sun Dec 19 19:27:14 2010 -0500
+++ b/place.h	Sun Dec 19 19:30:24 2010 -0500
@@ -7,13 +7,8 @@
 void place_init(void);
 void place_cleanup(void);
 
-struct place *place_gettemporary(void);
-void place_puttemporary(struct place *p);
-struct place *place_create(void);
-struct place *place_clone(const struct place *p);
-void place_destroy(struct place *);
 void place_setnowhere(struct place *p);
 void place_setbuiltin(struct place *p, unsigned num);
-void place_setcommandline(struct place *p, unsigned column);
+void place_setcommandline(struct place *p, unsigned word);
 
 struct seenfile *place_seen_file(const struct place *p, char *name, bool fromsystemdir);