struct
{
-
- unsigned int needed:1; /* there were requests for this digest */
- unsigned int usable:1; /* can be used for lookups */
- unsigned int requested:1; /* in process of receiving [fresh] digest */
+ unsigned int needed:1; /**< there were requests for this digest */
+ unsigned int usable:1; /**< can be used for lookups */
+ unsigned int requested:1; /**< in process of receiving [fresh] digest */
- }
- flags;
+ } flags;
struct
{
{
size_t bytes;
size_t kb;
-}
-kb_t;
+} kb_t;
- typedef struct _acl_time_data acl_time_data;
+ //UNUSED typedef struct _acl_time_data acl_time_data;
+ //UNUSED typedef struct _acl_name_list acl_name_list;
+ //UNUSED typedef struct _acl_deny_info_list acl_deny_info_list;
+ //UNUSED typedef class AuthUser auth_user_t;
- typedef struct _acl_name_list acl_name_list;
-
- typedef struct _acl_deny_info_list acl_deny_info_list;
-
- /// \ingroup AuthAPI
- /// \deprecated Use AuthUser instead.
- typedef class AuthUser auth_user_t;
/// \ingroup AuthAPI
/// \deprecated Use AuthUserHashPointer instead.