Move some initialization closer to the client.

This commit is contained in:
Ian Gulliver
2016-02-17 15:43:51 -08:00
parent e14b444466
commit 5fd120baec
3 changed files with 7 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
#include "common.h"
void client_init();
struct serializer *client_get_serializer(char *);
void client_add(int, struct serializer *);
void client_add_wrapper(int, void *);