From 7c426c4c7e234e28a4dffcb7d88feb0eeefcd5ce Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 28 May 2008 07:39:21 +0000 Subject: input: removed old authorization method --- input/server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/server.h') 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); -- cgit