diff options
Diffstat (limited to 'include/authz/list.h')
-rw-r--r-- | include/authz/list.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/authz/list.h b/include/authz/list.h index 93d16876bc..e4e1040472 100644 --- a/include/authz/list.h +++ b/include/authz/list.h @@ -27,10 +27,8 @@ #define TYPE_QAUTHZ_LIST "authz-list" -typedef struct QAuthZList QAuthZList; -typedef struct QAuthZListClass QAuthZListClass; -DECLARE_OBJ_CHECKERS(QAuthZList, QAuthZListClass, - QAUTHZ_LIST, TYPE_QAUTHZ_LIST) +OBJECT_DECLARE_TYPE(QAuthZList, QAuthZListClass, + qauthz_list, QAUTHZ_LIST) |