summaryrefslogtreecommitdiffstats
path: root/src/afb-session.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-11-06 13:10:55 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-11-06 13:10:55 +0100
commit79ccbbb1843431c8b4acb3230e82d5cff415c7a4 (patch)
tree6e1d0f8759bfe91b415062d95a36d4075eda737b /src/afb-session.h
parentdbb880d5cfab46eba2a3594521c5847fa74c3b70 (diff)
afb-session: redefine the function 'afb_session_create'
Change-Id: Ib8a66af30ea2438248adb66c9a95ac82663ec223 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-session.h')
-rw-r--r--src/afb-session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-session.h b/src/afb-session.h
index b5dc3944..c76d6769 100644
--- a/src/afb-session.h
+++ b/src/afb-session.h
@@ -22,7 +22,7 @@ struct afb_session;
extern void afb_session_init(int max_session_count, int timeout, const char *initok);
extern const char *afb_session_initial_token();
-extern struct afb_session *afb_session_create (const char *uuid, int timeout);
+extern struct afb_session *afb_session_create (int timeout);
extern struct afb_session *afb_session_get (const char *uuid, int *created);
extern const char *afb_session_uuid (struct afb_session *session);