diff options
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ int Create_eiface(u32 *ID, fd Control); int Create_bridge(u32 *ID, fd Control); +int ng_connect(fd Control, char const *NodeA, char const *NodeB, char const *HookA, char const *HookB); +int Create_pipe(u32 *ID, + fd Control, + char const *NodeA, + char const *NodeB, + char const *HookA, + char const *HookB); int DestroyNetgraphNode(u32 ID, fd Control); char *getifname(u32 ID, fd Control); void close_all(void); |
