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

@@ -1,6 +1,7 @@
#include <ccan/build_assert/build_assert.h>
#include <daemon/lightningd.h>
#include <daemon/log.h>
#include <daemon/packets.h>
#include <daemon/peer.h>
#include <daemon/secrets.h>
#include <names.h>