Changeset 606 in openpam
- Timestamp:
- Apr 20, 2012, 11:06:38 AM (9 years ago)
- Location:
- trunk/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/openpam_constants.h
r578 r606 31 31 */ 32 32 33 #ifndef OPENPAM_CONSTANTS_ INCLUDED34 #define OPENPAM_CONSTANTS_ INCLUDED33 #ifndef OPENPAM_CONSTANTS_H_INCLUDED 34 #define OPENPAM_CONSTANTS_H_INCLUDED 35 35 36 36 extern const char *pam_err_name[PAM_NUM_ERRORS]; -
trunk/lib/openpam_debug.h
r594 r606 36 36 */ 37 37 38 #ifndef OPENPAM_DEBUG_ INCLUDED39 #define OPENPAM_DEBUG_ INCLUDED38 #ifndef OPENPAM_DEBUG_H_INCLUDED 39 #define OPENPAM_DEBUG_H_INCLUDED 40 40 41 41 #ifdef OPENPAM_DEBUG -
trunk/lib/openpam_features.h
r594 r606 31 31 */ 32 32 33 #ifndef OPENPAM_FEATURES_ INCLUDED34 #define OPENPAM_FEATURES_ INCLUDED33 #ifndef OPENPAM_FEATURES_H_INCLUDED 34 #define OPENPAM_FEATURES_H_INCLUDED 35 35 36 36 struct openpam_feature {
Note: See TracChangeset
for help on using the changeset viewer.