#ifndef LIGHTNING_LIGHTNINGD_OPT_TIME_H #define LIGHTNING_LIGHTNINGD_OPT_TIME_H #include "config.h" #include #include char *opt_set_time(const char *arg, struct timerel *t); void opt_show_time(char buf[OPT_SHOW_LEN], const struct timerel *t); #endif /* LIGHTNING_LIGHTNINGD_OPT_TIME_H */