]> granicus.if.org Git - linux-pam/blob - modules/pammodutil/pammodutil.h
Relevant BUGIDs:
[linux-pam] / modules / pammodutil / pammodutil.h
1 #ifndef PAMMODUTIL_H
2 #define PAMMODUTIL_H
3
4 /*
5  * $Id$
6  *
7  * Copyright (c) 2001 Andrew Morgan <morgan@kernel.org>
8  */
9
10 #include <security/_pam_aconf.h>
11 #include <security/_pam_macros.h>
12 #include <security/pam_modules.h>
13 #include <security/_pam_modutil.h>
14
15 #define PWD_INITIAL_LENGTH     0x100
16 #define PWD_ABSURD_PWD_LENGTH  0x8000
17
18 /* This is a simple cleanup, it just free()s the 'data' memory */
19 extern void _pammodutil_cleanup(pam_handle_t *pamh, void *data,
20                                 int error_status);
21
22 #endif /* PAMMODUTIL_H */