aboutsummaryrefslogtreecommitdiff
path: root/security/hpn-ssh/files/patch-monitor_wrap.h
blob: e4495c7ba12e904b3df710c2268cf51dff3ec277 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- monitor_wrap.h.orig	Mon May 13 03:07:42 2002
+++ monitor_wrap.h	Sun Jun 30 07:13:18 2002
@@ -57,6 +58,10 @@
 
 #ifdef USE_PAM
 void mm_start_pam(char *);
+void *mm_pam_init_ctx(struct Authctxt *);
+int mm_pam_query(void *, char **, char **, u_int *, char ***, u_int **);
+int mm_pam_respond(void *, u_int, char **);
+void mm_pam_free_ctx(void *);
 #endif
 
 void mm_terminate(void);