Clean up on exit, and convert to singly-linked-lists

This adds fp_exit() to the public API, intended to be called while the
driving app is shutting down.
This commit is contained in:
Daniel Drake
2007-11-13 14:32:31 +00:00
parent a76f55db0d
commit a86cd51959
10 changed files with 94 additions and 44 deletions

View File

@@ -183,6 +183,7 @@ void fp_img_free(struct fp_img *img);
/* Library */
int fp_init(void);
void fp_exit(void);
#endif