/* _dict.cc 24/04/2000 09.41.34 */ /* printer.cc 05/09/2000 14.38.28 */ /* printer_cfile.cc 12/09/2000 14.47.28 */ /* printer_common_data.cc 05/09/2000 14.38.28 */ void change_owner_and_group (char *given_path, char *given_owner, char *given_group); int invalid_string_provided (char *given_string, char *corrected_version); int dump_this_string_to_given_file (char *given_string, char *given_filename, char *given_path); int this_file_exists (char *which_file); int execute_proggy_and_get_stdout (const char *given_command_line, char *output_buffer, int output_buffer_size); int zaapboom_directory (char *which_one); void informational_window (const char *my_title, const char *my_text); int return_printer_type_from_generalcfg (char *given_filename); int return_printer_type (int which_printer); int confirm_yesno_window (const char *my_title, const char *my_text); /* printer_ed.cc 12/09/2000 15.57.48 */ void realloc_buffers_of_mine (void); void free_buffers_of_mine (void); int is_printcap_lprng_style (void); void check_lpd_status_and_ask_user (void); int create_printer_files (char *printer_name_full_path); void load_printcap (void); void save_all_printers_data (void); int addprinter_window (char flag); void remove_printer_window (void); void manage_printerslistwindow (void); void manage_mainmenu (void); int return_lpr_system_installed_in_this_system (void); void printer_ed (void); /* printer_netwauth.cc 07/08/2000 11.15.06 */ void edit_whocanuse_myprinters (char *new_data_string, int given_max_strsize); void add_whocanuse_myprinters (char *new_data_string, int given_max_strsize); void edit_whocanuse_myprinters (void); /* printer_printcap.cc 07/08/2000 11.17.04 */ void initialise_ptrcap_defaults (void); int parse_bool_data (char *given_string, char *particle_to_trap); int load_dataprintcap (t_dataprintcap *dataprintcap, int which_printer); void save_dataprintcap (t_dataprintcap *dataprintcap, FILE_CFG *printcapfile, char *prt_header); void load_printcap_defaults (t_dataprintcap *dataprintcap); /* printer_props.cc 23/08/2000 01.08.14 */ void create_commented_printcap_config (char *output_string); void sort_string_list (char *given_string_list); void load_to_gui_variables (void); void save_from_gui_variables (void); /* char *gimme_next_string (char *from_this_point); */ char *return_filter_propertylist (char *which_printer, char *which_property); char *return_filters_list (void); void save_rhprt_config (char *my_parms, struct t_rh_array *where_to_go, char *printer_spool_path, int add_export); int load_rhprt_config (char *my_parms, struct t_rh_array *where_to_go, char *printer_spool_path); void load_initialise_secondary_configfiles (int which_printer); void save_all_the_filters_stuff (int which_printer); void tellme_which_printer_it_is (char *given_gsdriver, char *given_colordepth, char *output_string); void tellme_fully_which_printer_it_is (char *given_gsdriver, char *given_colordepth, char *output_string, char *secondary_output); void gimme_string_element (char *given_string, int which_element, char *output_string); void populate_fieldlist (char *printer_id, char *field_identificator, FIELD_LIST *field_thing, int processing); int select_printer_filter (char *output_printer_filter, char vreg_only_flag); void new_filter_so_reset_some_things (char *overrider_printer); void editfilter_window (int which_printer, DIALOG&filterwindow, char *overrider_printer); int editprinter_window (int which_printer); /* printer_queue.cc 12/09/2000 15.58.20 */ void edit_specified_queue (const char *which_one, const char *str_for_all); void queue_main_window (void); /* printer_smbncp-specific.cc 04/05/2000 09.20.52 */ void clean_apost_from_string (char *given_string); int save_dotconfig_data (char *given_filename); int load_dotconfig_data (char *given_filename); /* queue.tlcc 12/09/2000 15.59.52 */ int queue_getlist (SSTRINGS&tb); PRIVILEGE *queue_lookuppriv (const char *p); void queue_getstat (const char *p, bool&accept, bool&print, int &nbjob); void queue_jobs (const char *p);