aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ipc.h')
-rw-r--r--src/tools/ipc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/ipc.h b/src/tools/ipc.h
index 2412610..cb660bb 100644
--- a/src/tools/ipc.h
+++ b/src/tools/ipc.h
@@ -10,6 +10,5 @@ struct wgdevice;
int ipc_set_device(struct wgdevice *dev);
int ipc_get_device(struct wgdevice **dev, const char *interface);
char *ipc_list_devices(void);
-bool ipc_has_device(const char *interface);
#endif