1
1
Этот коммит содержится в:
Ilia Maslakov 2009-03-04 19:42:56 +00:00 коммит произвёл Slava Zanko
родитель 2a038f109a
Коммит 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