Style and include cleanups.

This commit is contained in:
Ian Gulliver
2016-02-17 16:40:09 -08:00
parent 8e2e7b2562
commit ae5b4c1ce4
19 changed files with 213 additions and 245 deletions

3
json.h
View File

@@ -1,8 +1,5 @@
#pragma once
#include "common.h"
void json_init();
void json_serialize(struct packet *, struct buf *);