diff options
Diffstat (limited to 'include/authz/base.h')
-rw-r--r-- | include/authz/base.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/authz/base.h b/include/authz/base.h index 8d8cf9fa5a..06b5e29f6f 100644 --- a/include/authz/base.h +++ b/include/authz/base.h @@ -27,10 +27,8 @@ #define TYPE_QAUTHZ "authz" -typedef struct QAuthZ QAuthZ; -typedef struct QAuthZClass QAuthZClass; -DECLARE_OBJ_CHECKERS(QAuthZ, QAuthZClass, - QAUTHZ, TYPE_QAUTHZ) +OBJECT_DECLARE_TYPE(QAuthZ, QAuthZClass, + qauthz, QAUTHZ) /** |