/* _dict.cc 26/09/2000 15.26.30 */ /* wineconf.cc 26/09/2000 15.26.30 */ /* wineconf_advanced.cc 26/09/2000 15.26.30 */ void manage_advanced_options (VIEWITEMS&vitems_wineconf, CONFIG_FILE&cf_wineconf); /* wineconf_appbehaviour.cc 26/09/2000 15.26.30 */ void manage_application_behaviour (VIEWITEMS&vitems_wineconf, CONFIG_FILE&cf_wineconf); /* wineconf_devices.cc 26/09/2000 15.26.30 */ void edit_parallel_assign (const char *given_name, VIEWITEMS&given_vitems, CONFIG_FILE&cf_wineconf); void edit_serial_assign (const char *given_name, VIEWITEMS&given_vitems, CONFIG_FILE&cf_wineconf); void fill_with_all_parallel_ports (DIALOG_RECORDS&dia_devices, VIEWITEMS&given_vitems, SSTRINGS&my_sstrings); void fill_with_all_serial_ports (DIALOG_RECORDS&dia_devices, VIEWITEMS&given_vitems, SSTRINGS&my_sstrings); void fill_with_avail_devs (SSTRINGS&my_sstrings, FIELD_LIST *given_field_list, char *given_prefix); void add_a_device (SSTRINGS&my_sstrings, VIEWITEMS&vitems_wineconf, CONFIG_FILE&cf_wineconf); void manage_devices_settings (VIEWITEMS&vitems_wineconf, CONFIG_FILE&cf_wineconf); /* wineconf_global_defs.cc 26/09/2000 15.26.30 */ /* wineconf_internal_dirs.cc 26/09/2000 15.26.30 */ void manage_internal_directories_settings (VIEWITEMS&vitems_wineconf, CONFIG_FILE&cf_wineconf); /* wineconf_main_window.cc 26/09/2000 15.26.30 */ void manage_main_window (CONFIG_FILE&cf_wineconf, int needs_root_access); void edit_home_or_etc (void); void start_things (void); /* wineconf_menu_drives.cc 26/09/2000 15.26.30 */ void edit_drive_properties (char drive_letter, VIEWITEMS&vitems_wineconf, CONFIG_FILE&cf_wineconf); void manage_drives_settings (VIEWITEMS&vitems_wineconf, CONFIG_FILE&cf_wineconf); /* wineconf_tools.cc 26/09/2000 15.26.30 */ void create_triple_boolean_gadget (DIALOG&given_dialog, FIELD_LIST **given_field_list, const char *given_fieldname, SSTRING&given_sstring); void load_boolean_sstring (const char *where_to_read_from, SSTRING&where_to_write); char *convert_string_to_highercase (char *given_string); char *convert_string_to_lowercase (char *given_string); int return_line_of_first_occurence (const char *seeken_prefix, VIEWITEMS&given_vitems, const int from_this_line, const int to_this_line, const int locate_var); int locate_group_limits (const char *groupname, int *its_first_line, int *its_last_line, VIEWITEMS&given_vitems); const char *return_var_data (const char *groupname, const char *varname, VIEWITEMS&given_vitems); void insert_a_line_at (int where_to_insert, const char *given_data, VIEWITEMS&given_vitems); void write_var_data (const char *groupname, const char *varname, const char *given_data, VIEWITEMS&given_vitems, int remove_if_empty); void strgname (SSTRING&givenstr); void adjust_multialiased_string (SSTRING&string_to_adjust, char *array_of_aliases); void remove_group (char *given_groupname, VIEWITEMS&given_vitems);