aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/token_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/token_auth.h')
-rw-r--r--openbsc/include/openbsc/token_auth.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/token_auth.h b/openbsc/include/openbsc/token_auth.h
new file mode 100644
index 000000000..47dc7aa94
--- /dev/null
+++ b/openbsc/include/openbsc/token_auth.h
@@ -0,0 +1,7 @@
+#ifndef _TOKEN_AUTH_H
+#define _TOKEN_AUTH_H
+
+void on_dso_load_token(void);
+
+#endif /* _TOKEN_AUTH_H */
+