]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - common/dmrc.h
And convert accounts.c to use new sharable CommonUser class too
[sojka/lightdm.git] / common / dmrc.h
similarity index 81%
rename from src/dmrc.h
rename to common/dmrc.h
index 5e93d2f76be513f8159632a7be7ae08df2064f8a..ed1381cc6a023e36f6dc6664bb4991bd5d79b7d3 100644 (file)
 #define DMRC_H_
 
 #include <glib.h>
+#include "user-list.h"
 
 G_BEGIN_DECLS
 
-GKeyFile *dmrc_load (const gchar *username);
+GKeyFile *dmrc_load (CommonUser *user);
 
-void dmrc_save (GKeyFile *dmrc_file, const gchar *username);
+void dmrc_save (GKeyFile *dmrc_file, CommonUser *user);
 
 G_END_DECLS