]> git.ozlabs.org Git - petitboot/blob - discover/network.h
lib/waiter: fix talloc_realloc context
[petitboot] / discover / network.h
1 #ifndef NETWORK_H
2 #define NETWORK_H
3
4 struct network;
5 struct waitset;
6
7 struct network *network_init(void *ctx, struct waitset *waitset, bool dry_run);
8 int network_shutdown(struct network *network);
9
10 #endif /* NETWORK_H */
11