diff options
Diffstat (limited to 'src/procman_gksu.h')
-rw-r--r-- | src/procman_gksu.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/procman_gksu.h b/src/procman_gksu.h new file mode 100644 index 0000000..505220e --- /dev/null +++ b/src/procman_gksu.h @@ -0,0 +1,12 @@ +#ifndef H_MATE_SYSTEM_MONITOR_GKSU_H_1132171928 +#define H_MATE_SYSTEM_MONITOR_GKSU_H_1132171928 + +#include <glib.h> + +gboolean +procman_gksu_create_root_password_dialog(const char * command); + +gboolean +procman_has_gksu(void) G_GNUC_CONST; + +#endif /* H_MATE_SYSTEM_MONITOR_GKSU_H_1132171928 */ |