Track and clean up receive objects.

This commit is contained in:
Ian Gulliver
2016-02-23 12:08:53 -08:00
parent 77ee1422c1
commit ab6b8cd5e9
3 changed files with 26 additions and 4 deletions

View File

@@ -4,5 +4,6 @@
#define PARSER_STATE_LEN 256
void receive_cleanup();
void receive_new(int, void *);
void receive_print_usage();