mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
names: move into daemon/
It was already only referred from that Makefile. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
10
daemon/names.h
Normal file
10
daemon/names.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef LIGHTNING_NAMES_H
|
||||
#define LIGHTNING_NAMES_H
|
||||
#include "config.h"
|
||||
#include "lightning.pb-c.h"
|
||||
#include "state_types.h"
|
||||
|
||||
const char *state_name(enum state s);
|
||||
enum state name_to_state(const char *name);
|
||||
const char *pkt_name(Pkt__PktCase pkt);
|
||||
#endif /* LIGHTNING_NAMES_H */
|
||||
Reference in New Issue
Block a user