summaryrefslogtreecommitdiffstats
path: root/src/input/pvsPrivInputSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/pvsPrivInputSocket.h')
-rw-r--r--src/input/pvsPrivInputSocket.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/pvsPrivInputSocket.h b/src/input/pvsPrivInputSocket.h
index e6fb0c0..879ca99 100644
--- a/src/input/pvsPrivInputSocket.h
+++ b/src/input/pvsPrivInputSocket.h
@@ -22,6 +22,11 @@
#include <cstring>
#include <QString>
+class QSettings;
+
+QSettings* pvsPrivInputGetSettings();
+QSettings* pvsPrivInputReopenSettings();
+QString pvsPrivInputGetSettingsPath();
QString pvsPrivInputGetSocketAddress();
int pvsPrivInputMakeClientSocket();
int pvsPrivInputMakeServerSocket();