(bp_put_items): New.

(bp_set_from_sect): Use it.
This commit is contained in:
Markus Armbruster 2007-01-14 09:11:25 +00:00
parent 613e71acb3
commit 1fb2336a53
2 changed files with 18 additions and 10 deletions

View file

@ -43,6 +43,7 @@ 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 *, short *);
int bp_get_avail(struct bp *, struct sctstr *);
void bp_put_avail(struct bp *, struct sctstr *, int);