input_complete.h 750 B

123456789101112131415161718
  1. #ifndef MC__WIDGET_INPUT_COMPLETE_H
  2. #define MC__WIDGET_INPUT_COMPLETE_H
  3. /*** typedefs(not structures) and defined constants **********************************************/
  4. /*** enums ***************************************************************************************/
  5. /*** structures declarations (and typedefs of structures)*****************************************/
  6. /*** global variables defined in .c file *********************************************************/
  7. /*** declarations of public functions ************************************************************/
  8. void complete (WInput * in);
  9. /*** inline functions ****************************************************************************/
  10. #endif /* MC__WIDGET_INPUT_COMPLETE_H */