Take advantage of new maps query
This commit is contained in:
@@ -79,7 +79,7 @@ int64_t modbFetchMetadataExtended(stored_conn *sconn, modb_ref *modb, struct met
|
||||
|
||||
// MODB Metadata -> Groups
|
||||
int modbFetchMetadataGroupIds(stored_conn *sconn, modb_ref *modb,
|
||||
struct metadata_t *metadata, int with_deleted);
|
||||
struct metadata_t *metadata);
|
||||
int modbFetchMetadataGroups(stored_conn *sconn, modb_ref *modb, struct metadata_t *metadata,
|
||||
int with_deleted);
|
||||
|
||||
@@ -97,7 +97,6 @@ int modbUnlink_Metadata_Group(stored_conn *sconn, modb_ref *modb,
|
||||
|
||||
// MODB Group -> Metadatas
|
||||
int modbFetchGroupMetadataIds(stored_conn *sconn, modb_ref *modb,
|
||||
unsigned int group_id, int with_deleted,
|
||||
unsigned int **metadata_ids, size_t *n_ids);
|
||||
unsigned int group_id, unsigned int **metadata_ids, size_t *n_ids);
|
||||
|
||||
#endif // H__MODB_METADATA__
|
||||
|
||||
Reference in New Issue
Block a user