mirror of https://github.com/MidnightCommander/mc
small bug fix struct name
This commit is contained in:
parent
2a038f109a
commit
da66b3154b
|
@ -14,6 +14,6 @@ struct etags_hash_type {
|
|||
long line;
|
||||
};
|
||||
|
||||
int etags_set_def_hash(char *tagfile, char *start_path, char *match_func, struct def_hash_type *def_hash, int *num);
|
||||
int etags_set_def_hash(char *tagfile, char *start_path, char *match_func, struct etags_hash_type *def_hash, int *num);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue