summaryrefslogtreecommitdiffstats
path: root/src/auth/mech-plain-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth/mech-plain-common.h')
-rw-r--r--src/auth/mech-plain-common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/auth/mech-plain-common.h b/src/auth/mech-plain-common.h
new file mode 100644
index 0000000..1dc339c
--- /dev/null
+++ b/src/auth/mech-plain-common.h
@@ -0,0 +1,7 @@
+#ifndef MECH_PLAIN_COMMON_H
+#define MECH_PLAIN_COMMON_H
+
+void plain_verify_callback(enum passdb_result result,
+ struct auth_request *request);
+
+#endif