Update tests headers

This commit is contained in:
2022-08-16 18:36:50 +03:00
parent 3930412674
commit 4056544d49
4 changed files with 13 additions and 83 deletions
+6 -6
View File
@@ -7,11 +7,11 @@
#include "../../include/test.h"
#include "../../include/time.h"
void dict_push_random(dict_t* x, bool silent, unsigned int hpos);
void dict_remove_random(dict_t* x, bool silent, unsigned int hpos);
extern void dict_push_random(dict_t* x, bool silent, unsigned int hpos);
extern void dict_remove_random(dict_t* x, bool silent, unsigned int hpos);
void dict_print(dict_t* x, const char* prefix, unsigned int hpos);
void dict_info(const dict_t* x, unsigned int hpos);
extern void dict_info(const dict_t* x, unsigned int hpos);
extern void dict_print(dict_t* x, const char* prefix, unsigned int hpos);
void visual_push(dict_t* x, size_t n);
void visual_remove(dict_t* x);
extern void visual_push(dict_t* x, size_t n);
extern void visual_remove(dict_t* x);