aspell: fix `-Wdeprecated-declarations` for `g_module_build_path`
[midnight-commander.git] / src / editor / etags.h
blob23813e959fddd3b3773ff4daa786fb39094fdf1a
1 #ifndef MC__EDIT_ETAGS_H
2 #define MC__EDIT_ETAGS_H 1
4 /*** typedefs(not structures) and defined constants **********************************************/
6 /*** enums ***************************************************************************************/
8 /*** structures declarations (and typedefs of structures)*****************************************/
10 typedef struct etags_hash_struct
12 char *filename;
13 char *fullpath;
14 char *short_define;
15 long line;
16 } etags_hash_t;
18 /*** global variables defined in .c file *********************************************************/
20 /*** declarations of public functions ************************************************************/
22 void edit_get_match_keyword_cmd (WEdit * edit);
24 /*** inline functions ****************************************************************************/
26 #endif /* MC__EDIT_ETAGS_H */