core-lightning/opt_bits.h
Rusty Russell d733e82352 header cleanup: sort include lines into alpha order, after config.h
This makes merging easier in future.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-01-22 06:38:08 +10:30

11 lines
294 B
C

#ifndef LIGHTNING_OPT_BITS_H
#define LIGHTNING_OPT_BITS_H
#include "config.h"
#include <ccan/opt/opt.h>
#include <ccan/short_types/short_types.h>
char *opt_set_bits(const char *arg, u64 *satoshi);
void opt_show_bits(char buf[OPT_SHOW_LEN], const u64 *bits);
#endif /* LIGHTNING_OPT_BITS_H */