aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pamela/compat.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/pamela/compat.h b/src/include/pamela/compat.h
new file mode 100644
index 0000000..04f739d
--- /dev/null
+++ b/src/include/pamela/compat.h
@@ -0,0 +1,12 @@
+/* ISC license. */
+
+#ifndef PAMELA_COMPAT_H
+#define PAMELA_COMPAT_H
+
+#include <pamela/pam.h>
+
+extern int misc_conv (int n, struct pam_message const **, struct pam_response **, void *) ;
+extern char **pam_misc_drop_env (char **) ;
+extern int pam_misc_paste_env (pam_handle_t *, char const *const *) ;
+
+#endif