diff options
Diffstat (limited to 'include/authz/pamacct.h')
-rw-r--r-- | include/authz/pamacct.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/authz/pamacct.h b/include/authz/pamacct.h index 98454ddc25..44bb5ff28d 100644 --- a/include/authz/pamacct.h +++ b/include/authz/pamacct.h @@ -27,10 +27,8 @@ #define TYPE_QAUTHZ_PAM "authz-pam" -typedef struct QAuthZPAM QAuthZPAM; -typedef struct QAuthZPAMClass QAuthZPAMClass; -DECLARE_OBJ_CHECKERS(QAuthZPAM, QAuthZPAMClass, - QAUTHZ_PAM, TYPE_QAUTHZ_PAM) +OBJECT_DECLARE_TYPE(QAuthZPAM, QAuthZPAMClass, + qauthz_pam, QAUTHZ_PAM) |