blob: 0aec1a734e76ca4ce8de0f997a4ff1ccff455714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef _GSM_GSM_PKEXEC_H_
#define _GSM_GSM_PKEXEC_H_
#include <glib.h>
gboolean
gsm_pkexec_create_root_password_dialog(const char *command);
gboolean
procman_has_pkexec(void) G_GNUC_CONST;
#endif /* _GSM_PKEXEC_H_ */
|