error.h   error.h 
skipping to change at line 69 skipping to change at line 69
lu_error_module_version, lu_error_module_version,
/* Since 0.53 */ /* Since 0.53 */
lu_error_unlock_empty, lu_error_unlock_empty,
/* Since 0.56 */ /* Since 0.56 */
lu_error_invalid_attribute_value, lu_error_invalid_attribute_value,
/* Since 0.57 */ /* Since 0.57 */
lu_error_invalid_module_combination, lu_error_invalid_module_combination,
/* Since 0.60 */
lu_error_homedir_not_owned,
}; };
#ifndef __GTK_DOC_IGNORE__ #ifndef __GTK_DOC_IGNORE__
#ifndef LU_DISABLE_DEPRECATED #ifndef LU_DISABLE_DEPRECATED
typedef enum lu_status lu_status_t; typedef enum lu_status lu_status_t;
#endif #endif
#endif #endif
/** /**
* lu_error: * lu_error:
* *
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added


 fs.h   fs.h 
skipping to change at line 37 skipping to change at line 37
struct lu_context; struct lu_context;
struct lu_ent; struct lu_ent;
struct lu_error; struct lu_error;
gboolean lu_homedir_populate(struct lu_context *ctx, const char *skeleton, gboolean lu_homedir_populate(struct lu_context *ctx, const char *skeleton,
const char *directory, uid_t owner, gid_t group , const char *directory, uid_t owner, gid_t group ,
mode_t mode, struct lu_error **error); mode_t mode, struct lu_error **error);
gboolean lu_homedir_move(const char *oldhome, const char *newhome, gboolean lu_homedir_move(const char *oldhome, const char *newhome,
struct lu_error **error); struct lu_error **error);
gboolean lu_homedir_remove(const char *directory, struct lu_error **error); gboolean lu_homedir_remove(const char *directory, struct lu_error **error);
gboolean lu_homedir_remove_for_user(struct lu_ent *ent, struct lu_error **e
rror);
gboolean lu_homedir_remove_for_user_if_owned(struct lu_ent *ent,
struct lu_error **error);
/** /**
* LU_NSCD_CACHE_PASSWD: * LU_NSCD_CACHE_PASSWD:
* *
* Name of the NSCD cache containing user data. * Name of the NSCD cache containing user data.
*/ */
#define LU_NSCD_CACHE_PASSWD "passwd" #define LU_NSCD_CACHE_PASSWD "passwd"
/** /**
* LU_NSCD_CACHE_GROUP: * LU_NSCD_CACHE_GROUP:
* *
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/