Code for tests storing data in multiple AVLs.
(note: unretrievable data as implemented)
This commit is contained in:
@ -340,5 +340,12 @@ byte_t* obi_seq_to_obibytes(char* seq);
|
||||
const char* obi_obibytes_to_seq(byte_t* value_b);
|
||||
|
||||
|
||||
OBIDMS_avl_p* obi_create_avl_in_64_parts(OBIDMS_p dms, const char* avl_name);
|
||||
|
||||
typedef uint8_t crc;
|
||||
|
||||
crc compute_crc(const char* s);
|
||||
|
||||
|
||||
#endif /* OBIAVL_H_ */
|
||||
|
||||
|
Reference in New Issue
Block a user