blob: 7f30406781438a0f358a3bac7d438a829a631c3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef SPAWN_PRINTER_SETTINGS_H
#define SPAWN_PRINTER_SETTINGS_H
#include <glib.h>
void spawn_printer_settings ();
void spawn_printer_settings_with_args (const gchar *args, ...);
#endif
|