mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
9 lines
212 B
C
9 lines
212 B
C
|
#ifndef LIGHTNING_NAMES_H
|
||
|
#define LIGHTNING_NAMES_H
|
||
|
#include "config.h"
|
||
|
#include "state_types.h"
|
||
|
|
||
|
const char *state_name(enum state s);
|
||
|
const char *input_name(enum state_input in);
|
||
|
#endif /* LIGHTNING_NAMES_H */
|