summaryrefslogtreecommitdiff
path: root/src/libaccountsservice/act-user-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libaccountsservice/act-user-private.h')
-rw-r--r--src/libaccountsservice/act-user-private.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libaccountsservice/act-user-private.h b/src/libaccountsservice/act-user-private.h
index 582ccfb..0ec9cef 100644
--- a/src/libaccountsservice/act-user-private.h
+++ b/src/libaccountsservice/act-user-private.h
@@ -26,12 +26,14 @@
#include <pwd.h>
+#include "act-user-manager.h"
#include "act-user.h"
G_BEGIN_DECLS
-void _act_user_update_from_object_path (ActUser *user,
- const char *object_path);
+void _act_user_update_from_object_path (ActUserManager *manager,
+ ActUser *user,
+ const char *object_path);
void _act_user_update_as_nonexistent (ActUser *user);
void _act_user_update_login_frequency (ActUser *user,
int login_frequency);