diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-04-02 13:06:32 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-04-02 13:06:32 +0000 |
commit | 7cb5a5bb95c386ad265e7865d87f710745812d82 (patch) | |
tree | 5097fba6e9e2f0d151507de14cae41d22209dbdf | |
parent | 4c91cd786d4e4d8d8b9346f008cdad0c7d324b54 (diff) |
request_mode_cb should be static
-rw-r--r-- | hcid/adapter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c index f2cd3a01..8d548ce5 100644 --- a/hcid/adapter.c +++ b/hcid/adapter.c @@ -3450,7 +3450,7 @@ static DBusHandlerResult set_property(DBusConnection *conn, return error_invalid_arguments(conn, msg, NULL); } -void request_mode_cb(struct agent *agent, DBusError *err, void *data) +static void request_mode_cb(struct agent *agent, DBusError *err, void *data) { struct mode_req *req = data; DBusMessage *derr; |