diff options
Diffstat (limited to 'include/utils.h')
-rw-r--r-- | include/utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h index e1fe7cfc..a8817d30 100644 --- a/include/utils.h +++ b/include/utils.h @@ -5,6 +5,7 @@ #include <asm/types.h> #include <resolv.h> #include <stdlib.h> +#include <stdbool.h> #include "libnetlink.h" #include "ll_map.h" @@ -162,4 +163,7 @@ int iplink_parse(int argc, char **argv, struct iplink_req *req, char **name, char **type, char **link, char **dev, int *group, int *index); +extern int do_each_netns(int (*func)(char *nsname, void *arg), void *arg, + bool show_label); + #endif /* __UTILS_H__ */ |