]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
index: use idx instead of index due to name clash
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 2 Dec 2011 19:48:14 +0000 (17:48 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sat, 3 Dec 2011 06:06:16 +0000 (04:06 -0200)
libkmod/libkmod-index.h

index dc54e176962292f690871675e95ef287df2ef851..653ce421892d795eb351e61e047020ab3fb4eec0 100644 (file)
@@ -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);