Factor out opts parsing, clean up shutdown.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "common.h"
|
||||
|
||||
void send_init();
|
||||
void send_cleanup();
|
||||
struct serializer *send_get_serializer(char *);
|
||||
void send_add(int, struct serializer *);
|
||||
void send_add_wrapper(int, void *);
|
||||
|
||||
Reference in New Issue
Block a user