diff options
-rw-r--r-- | modules/pam_pwhistory/opasswd.c | 1 | ||||
-rw-r--r-- | modules/pam_pwhistory/opasswd.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_pwhistory/opasswd.c b/modules/pam_pwhistory/opasswd.c index 89996a24..165cf5df 100644 --- a/modules/pam_pwhistory/opasswd.c +++ b/modules/pam_pwhistory/opasswd.c @@ -86,7 +86,6 @@ typedef struct { } opwd; #ifdef HELPER_COMPILE -PAM_FORMAT((printf, 2, 3)) void helper_log_err(int err, const char *format, ...) { diff --git a/modules/pam_pwhistory/opasswd.h b/modules/pam_pwhistory/opasswd.h index 19a4062c..4b981d86 100644 --- a/modules/pam_pwhistory/opasswd.h +++ b/modules/pam_pwhistory/opasswd.h @@ -54,6 +54,7 @@ #ifdef HELPER_COMPILE void +PAM_FORMAT((printf, 2, 3)) helper_log_err(int err, const char *format, ...); #endif |