daemon/packets.h: create from prototypes which were in state.h.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-08-18 14:23:45 +09:30
parent 149fa341be
commit 0bd12b4e97
6 changed files with 66 additions and 53 deletions

View File

@@ -8,6 +8,7 @@
#include "lightningd.h"
#include "log.h"
#include "names.h"
#include "packets.h"
#include "peer.h"
#include "protobuf_convert.h"
#include "secrets.h"