blob: f50766b89c783b330f02359b8fd06740942da9be (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include <stdio.h>
static void status_cb(status_t *status);
static int add_conn(const char *path);
#ifdef USE_FOO_CMD
static void foo_cmd(void *user, const info_t *info);
#endif
|