From 1826edb5d4e3998ba026d2d0436bbbae9047ed3a Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 4 Apr 2007 21:36:45 +0000 Subject: input: Added authorization support for incomming connections --- 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 f0237d4f..ac2a073e 100644 --- a/input/server.h +++ b/input/server.h @@ -21,5 +21,5 @@ * */ -int server_start(void); +int server_start(DBusConnection *conn); void server_stop(void); -- cgit