mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-12-21 22:21:50 +07:00
index: use idx instead of index due to name clash
This commit is contained in:
parent
2295acc5da
commit
4a4876d6a7
@ -156,9 +156,9 @@ enum node_offset {
|
||||
|
||||
struct index_file;
|
||||
struct index_file *index_file_open(const char *filename);
|
||||
void index_file_close(struct index_file *index);
|
||||
char *index_search(struct index_file *index, const char *key);
|
||||
struct index_value *index_searchwild(struct index_file *index, const char *key);
|
||||
void index_file_close(struct index_file *idx);
|
||||
char *index_search(struct index_file *idx, const char *key);
|
||||
struct index_value *index_searchwild(struct index_file *idx, const char *key);
|
||||
|
||||
void index_values_free(struct index_value *values);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user