summaryrefslogtreecommitdiffstats
path: root/src/userpref.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userpref.h')
-rw-r--r--src/userpref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userpref.h b/src/userpref.h
index 5171929..e7835d0 100644
--- a/src/userpref.h
+++ b/src/userpref.h
@@ -28,7 +28,7 @@
28 * 28 *
29 * @return the HostID if exist in config file. Returns NULL otherwise. 29 * @return the HostID if exist in config file. Returns NULL otherwise.
30 */ 30 */
31char *get_host_id(); 31char *get_host_id(void);
32 32
33/** 33/**
34 * Determine if we already paired this device. 34 * Determine if we already paired this device.