diff options
author | Perberos <[email protected]> | 2011-11-08 16:22:08 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-08 16:22:08 -0300 |
commit | f45852ab2a7126f354079499fc8b03976c0eab27 (patch) | |
tree | 885c32d804d3c970c5da41a5527882e8a956b42d /src/procman_matesu.h | |
download | mate-system-monitor-f45852ab2a7126f354079499fc8b03976c0eab27.tar.bz2 mate-system-monitor-f45852ab2a7126f354079499fc8b03976c0eab27.tar.xz |
initial
Diffstat (limited to 'src/procman_matesu.h')
-rw-r--r-- | src/procman_matesu.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/procman_matesu.h b/src/procman_matesu.h new file mode 100644 index 0000000..099c756 --- /dev/null +++ b/src/procman_matesu.h @@ -0,0 +1,12 @@ +#ifndef H_MATE_SYSTEM_MONITOR_MATESU_H_1132171917 +#define H_MATE_SYSTEM_MONITOR_MATESU_H_1132171917 + +#include <glib/gtypes.h> + +gboolean +procman_matesu_create_root_password_dialog(const char * message); + +gboolean +procman_has_matesu(void) G_GNUC_CONST; + +#endif /* H_MATE_SYSTEM_MONITOR_MATESU_H_1132171917 */ |