Removed ideas/typos/bugs when they are aborted.

This commit is contained in:
wyld-sw
2016-02-12 14:27:45 -05:00
parent 165d7feb87
commit 2f12752373
3 changed files with 15 additions and 0 deletions

View File

@@ -100,3 +100,4 @@ void ibtedit_parse(struct descriptor_data *d, char *arg);
void ibtedit_string_cleanup(struct descriptor_data *d, int terminator);
void free_ibt_lists();
void free_olc_ibt(IBT_DATA *toFree);
void clean_ibt_list(int mode);