aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-session.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-05-04 18:01:29 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-05-04 18:01:29 +0200
commite97aa93b02793018d7d9cad1582748b02493dad2 (patch)
tree259a73f9d86250270e008443a641d3e66600e350 /src/afb-session.h
parent7d21e07e79bd97b341d489746cc325107153a24b (diff)
Make LOA local to the binding
Change-Id: If0494a19a4ce2865af699491c1f6d7b73bce8f11 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-session.h')
-rw-r--r--src/afb-session.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/afb-session.h b/src/afb-session.h
index c45a7e23..afff6714 100644
--- a/src/afb-session.h
+++ b/src/afb-session.h
@@ -34,9 +34,6 @@ extern int afb_session_check_token(struct afb_session *session, const char *toke
extern void afb_session_new_token(struct afb_session *session);
extern const char *afb_session_token(struct afb_session *session);
-extern unsigned afb_session_get_LOA(struct afb_session *session);
-extern void afb_session_set_LOA (struct afb_session *session, unsigned loa);
-
extern void *afb_session_get_cookie(struct afb_session *session, const void *key);
extern int afb_session_set_cookie(struct afb_session *session, const void *key, void *value, void (*freecb)(void*));