mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-10 15:45:09 +01:00
a5fee67b91
This will let plugins use it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
11 lines
265 B
C
11 lines
265 B
C
#ifndef LIGHTNING_COMMON_SUBDAEMON_H
|
|
#define LIGHTNING_COMMON_SUBDAEMON_H
|
|
#include "config.h"
|
|
#include <common/daemon.h>
|
|
struct htable;
|
|
|
|
/* daemon_setup, but for subdaemons */
|
|
void subdaemon_setup(int argc, char *argv[]);
|
|
|
|
#endif /* LIGHTNING_COMMON_SUBDAEMON_H */
|