summaryrefslogtreecommitdiff
path: root/src/accounts.h
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2014-02-04 17:55:32 -0500
committerMichael Terry <michael.terry@canonical.com>2014-02-04 17:55:32 -0500
commit5ba3bc15922902272de7009e02650d39a40da834 (patch)
treedf40f0c89c23902abefe7a83b3a3188489c12b58 /src/accounts.h
parentd5bf5930e9c60fb08c04904fe5befc7ca1a36aa9 (diff)
downloadlightdm-5ba3bc15922902272de7009e02650d39a40da834.tar.gz
And convert accounts.c to use new sharable CommonUser class too
Diffstat (limited to 'src/accounts.h')
-rw-r--r--src/accounts.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/accounts.h b/src/accounts.h
index 1f9eb078..a6468570 100644
--- a/src/accounts.h
+++ b/src/accounts.h
@@ -36,8 +36,6 @@ typedef struct
User *accounts_get_user_by_name (const gchar *username);
-User *accounts_get_user_by_uid (uid_t uid);
-
User *accounts_get_current_user (void);
GType user_get_type (void);
@@ -48,8 +46,6 @@ uid_t user_get_uid (User *user);
gid_t user_get_gid (User *user);
-const gchar *user_get_gecos (User *user);
-
const gchar *user_get_home_directory (User *user);
const gchar *user_get_shell (User *user);