rgb-cln/common/setup.h

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 */