Split out hex

This commit is contained in:
Ian Gulliver
2016-02-22 16:36:27 -08:00
parent 21536eee33
commit f36642b823
10 changed files with 92 additions and 83 deletions

View File

@@ -3,10 +3,12 @@
#include <string.h>
#include <jansson.h>
#include "hex.h"
#include "rand.h"
#include "receive.h"
#include "send.h"
#include "rand.h"
#include "uuid.h"
#include "json.h"
static void json_serialize_to_buf(json_t *obj, struct buf *buf) {