aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_adm.h
diff options
context:
space:
mode:
Diffstat (limited to 'pingu_adm.h')
-rw-r--r--pingu_adm.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/pingu_adm.h b/pingu_adm.h
deleted file mode 100644
index 3b50b06..0000000
--- a/pingu_adm.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PINGU_ADM_H
-#define PINGU_ADM_H
-
-#include <ev.h>
-
-#ifndef DEFAULT_ADM_SOCKET
-#define DEFAULT_ADM_SOCKET "/var/run/pingu/pingu.ctl"
-#endif
-
-int pingu_adm_init(struct ev_loop *loop, const char *socket_path);
-
-#endif