summaryrefslogtreecommitdiff
path: root/src/accounts.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-09-29 14:40:35 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-09-29 14:40:35 +1000
commit51d0875e3f79651b8f6b749a403b2b75dad5961d (patch)
tree4331c7d0a063db8fe43c325dd9c02b7d6ee01560 /src/accounts.h
parenta676961629ef46200f528c44f4b77e9c6e1f58d4 (diff)
downloadlightdm-git-51d0875e3f79651b8f6b749a403b2b75dad5961d.tar.gz
Use LD_PRELOAD to intercept system calls for testing
Removed the --passwd-file option as not required for testing anymore
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 7e7e529c..5e1264f2 100644
--- a/src/accounts.h
+++ b/src/accounts.h
@@ -42,10 +42,6 @@ User *accounts_get_current_user (void);
GType user_get_type (void);
-void user_set_use_pam (void);
-
-void user_set_use_passwd_file (gchar *passwd_file);
-
const gchar *user_get_name (User *user);
uid_t user_get_uid (User *user);