equal
deleted
inserted
replaced
14 |
14 |
15 #ifdef __cplusplus |
15 #ifdef __cplusplus |
16 extern "C" { |
16 extern "C" { |
17 #endif |
17 #endif |
18 |
18 |
19 static const char authmod_h_rcsid[]="$Id: authmod.h,v 1.1 2000/04/13 17:55:05 bruce Exp $"; |
19 static const char authmod_h_rcsid[]="$Id: authmod.h,v 1.2 2000/12/18 20:20:10 bruce Exp $"; |
20 |
20 |
21 /* |
21 /* |
22 ** Authentication modules must call authmod_init the first thing in main. |
22 ** Authentication modules must call authmod_init the first thing in main. |
23 */ |
23 */ |
24 |
24 |
129 char **, |
129 char **, |
130 const char *, /* service */ |
130 const char *, /* service */ |
131 const char *, /* userid */ |
131 const char *, /* userid */ |
132 const char *); /* password */ |
132 const char *); /* password */ |
133 |
133 |
|
134 /* Magic for authdaemon */ |
|
135 |
134 #ifdef __cplusplus |
136 #ifdef __cplusplus |
135 } |
137 } |
136 #endif |
138 #endif |
137 #endif |
139 #endif |