diff options
Diffstat (limited to 'include/authz/pamacct.h')
-rw-r--r-- | include/authz/pamacct.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/authz/pamacct.h b/include/authz/pamacct.h index cad5b11..f3a7ef1 100644 --- a/include/authz/pamacct.h +++ b/include/authz/pamacct.h @@ -18,8 +18,8 @@ * */ -#ifndef QAUTHZ_PAM_H__ -#define QAUTHZ_PAM_H__ +#ifndef QAUTHZ_PAMACCT_H +#define QAUTHZ_PAMACCT_H #include "authz/base.h" @@ -96,5 +96,4 @@ QAuthZPAM *qauthz_pam_new(const char *id, const char *service, Error **errp); - -#endif /* QAUTHZ_PAM_H__ */ +#endif /* QAUTHZ_PAMACCT_H */ |