summaryrefslogtreecommitdiffstats
path: root/src/paman.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/paman.hh')
-rw-r--r--src/paman.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/paman.hh b/src/paman.hh
index 241378d..05e1815 100644
--- a/src/paman.hh
+++ b/src/paman.hh
@@ -9,6 +9,7 @@ extern ServerInfoManager *serverInfoManager;
extern MainWindow *mainWindow;
extern struct pa_context *context;
-void create_connection();
+void createConnection();
+void killConnection();
#endif