Update tests headers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user