mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
8 lines
191 B
C
8 lines
191 B
C
|
#ifndef LIGHTNING_COMMON_SETUP_H
|
||
|
#define LIGHTNING_COMMON_SETUP_H
|
||
|
#include "config.h"
|
||
|
|
||
|
void common_setup(const char *argv0);
|
||
|
void common_shutdown(void);
|
||
|
#endif /* LIGHTNING_COMMON_SETUP_H */
|