11 #ifndef C_API_GUI_DIALOGS_NUMERIC_H 
   12 #define C_API_GUI_DIALOGS_NUMERIC_H 
   14 #include "../definitions.h" 
   23     bool (*show_and_verify_new_password)(KODI_HANDLE kodiBase, 
char** password);
 
   24     int (*show_and_verify_password)(KODI_HANDLE kodiBase,
 
   28     bool (*show_and_verify_input)(KODI_HANDLE kodiBase,
 
   29                                   const char* verify_in,
 
   33     bool (*show_and_get_time)(KODI_HANDLE kodiBase, 
struct tm* time, 
const char* heading);
 
   34     bool (*show_and_get_date)(KODI_HANDLE kodiBase, 
struct tm* date, 
const char* heading);
 
   35     bool (*show_and_get_ip_address)(KODI_HANDLE kodiBase,
 
   36                                     const char* ip_address_in,
 
   37                                     char** ip_address_out,
 
   39     bool (*show_and_get_number)(KODI_HANDLE kodiBase,
 
   43                                 unsigned int auto_close_ms);
 
   44     bool (*show_and_get_seconds)(KODI_HANDLE kodiBase,