mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
19 lines
750 B
C
19 lines
750 B
C
|
#ifndef MC__WIDGET_INPUT_COMPLETE_H
|
||
|
#define MC__WIDGET_INPUT_COMPLETE_H
|
||
|
|
||
|
/*** typedefs(not structures) and defined constants **********************************************/
|
||
|
|
||
|
/*** enums ***************************************************************************************/
|
||
|
|
||
|
/*** structures declarations (and typedefs of structures)*****************************************/
|
||
|
|
||
|
/*** global variables defined in .c file *********************************************************/
|
||
|
|
||
|
/*** declarations of public functions ************************************************************/
|
||
|
|
||
|
void complete (WInput * in);
|
||
|
|
||
|
/*** inline functions ****************************************************************************/
|
||
|
|
||
|
#endif /* MC__WIDGET_INPUT_COMPLETE_H */
|