]> git.pond.sub.org Git - empserver/blobdiff - include/budg.h
update: Drop redundant bp map updates and functions
[empserver] / include / budg.h
index 0a5b452eb7f337fb9f4c3f0c30c3144f04c67def..a8aef7c32eb246f4e30020d8c5d7dda6b9302e09 100644 (file)
 
 struct bp *bp_alloc(void);
 void bp_set_from_sect(struct bp *, struct sctstr *);
-int bp_get_item(struct bp *, struct sctstr *, i_type);
-void bp_put_item(struct bp *, struct sctstr *, i_type, int);
-void bp_put_items(struct bp *, struct sctstr *);
-int bp_get_avail(struct bp *, struct sctstr *);
-void bp_put_avail(struct bp *, struct sctstr *, int);
 void bp_to_sect(struct bp *, struct sctstr *);
 
 extern int money[MAXNOC];