summaryrefslogtreecommitdiffstats
path: root/input/server.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2008-05-28 07:39:21 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2008-05-28 07:39:21 +0000
commit7c426c4c7e234e28a4dffcb7d88feb0eeefcd5ce (patch)
treeabdf7590df42c39c745337585e305560ae591d4e /input/server.h
parent617faeead1ffd6674cc1ab174815ff1395aec311 (diff)
input: removed old authorization method
Diffstat (limited to 'input/server.h')
-rw-r--r--input/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/server.h b/input/server.h
index 355406aa..75cf704c 100644
--- a/input/server.h
+++ b/input/server.h
@@ -21,5 +21,5 @@
*
*/
-int server_start(DBusConnection *conn);
+int server_start(void);
void server_stop(void);