root/src/editor/editcomplete.h

/* [previous][next][first][last][top][bottom][index][help]  */

INCLUDED FROM


   1 #ifndef MC__EDIT_COMPLETE_H
   2 #define MC__EDIT_COMPLETE_H
   3 
   4 /*** typedefs(not structures) and defined constants **********************************************/
   5 
   6 /*** enums ***************************************************************************************/
   7 
   8 /*** structures declarations (and typedefs of structures)*****************************************/
   9 
  10 /*** global variables defined in .c file *********************************************************/
  11 
  12 /*** declarations of public functions ************************************************************/
  13 
  14 /* Public function for unit tests */
  15 char *edit_completion_dialog_show (const WEdit * edit, GQueue * compl, int max_width);
  16 
  17 void edit_complete_word_cmd (WEdit * edit);
  18 
  19 /*** inline functions ****************************************************************************/
  20 
  21 #endif /* MC__EDIT_COMPLETE_H */

/* [previous][next][first][last][top][bottom][index][help]  */