Boom, real passing tests.

This commit is contained in:
Ian Gulliver
2015-06-15 03:26:41 +00:00
parent 0df573171d
commit 4a6cb1f9bd
3 changed files with 87 additions and 33 deletions

View File

@@ -10,6 +10,7 @@
#define COSMO_UUID_SIZE 37
typedef struct {
void (*logout)(void *);
void (*message)(const json_t *, void *);
} cosmo_callbacks;