Take advantage of new maps query
This commit is contained in:
@@ -43,8 +43,7 @@ int64_t modbGroupUpdate(stored_conn *sconn, modb_ref *modb, unsigned int id,
|
||||
int modbGroupDelete(stored_conn *sconn, modb_ref *modb, unsigned int id);
|
||||
int modbGroupDestroy(stored_conn *sconn, modb_ref *modb, unsigned int id);
|
||||
|
||||
int modbFetchGroupUserIds(stored_conn *sconn, modb_ref *modb, struct group_t *group,
|
||||
int with_deleted);
|
||||
int modbFetchGroupUserIds(stored_conn *sconn, modb_ref *modb, struct group_t *group);
|
||||
int modbFetchGroupUsers(stored_conn *sconn, modb_ref *modb, struct group_t *group,
|
||||
int with_deleted);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user