You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediator/records.h

10 lines
187 B

#ifndef _RECORDS_H
#define _RECORDS_H
#include "mediator.h"
void records_sort(med_entry_t *records, uint64_t count);
int records_complete(med_entry_t *records, uint64_t count);
#endif