aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/auth.h
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-06-14 20:52:04 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-06-14 20:54:02 +0200
commitd04b9edfa326c353852342acea1c7aab698abc88 (patch)
treec00eeb28db3cf2c69eda9661a9680e0ca6fc83c5 /openbsc/include/openbsc/auth.h
parenteabb142c709b8b1cdb64b97890d21c55f7842465 (diff)
auth: Add missing include/auth.h
Doh ! Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'openbsc/include/openbsc/auth.h')
-rw-r--r--openbsc/include/openbsc/auth.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/auth.h b/openbsc/include/openbsc/auth.h
new file mode 100644
index 000000000..0e5cad630
--- /dev/null
+++ b/openbsc/include/openbsc/auth.h
@@ -0,0 +1,10 @@
+#ifndef _AUTH_H
+#define _AUTH_H
+
+struct gsm_auth_tuple;
+struct gsm_subscriber;
+
+int auth_get_tuple_for_subscr(struct gsm_auth_tuple *atuple,
+ struct gsm_subscriber *subscr, int key_seq);
+
+#endif /* _AUTH_H */