user.h   user.h 
skipping to change at line 174 skipping to change at line 174
GValueArray *lu_groups_enumerate_by_user(struct lu_context *context, GValueArray *lu_groups_enumerate_by_user(struct lu_context *context,
const char *user, const char *user,
struct lu_error **error); struct lu_error **error);
GPtrArray *lu_users_enumerate_full(struct lu_context *context, GPtrArray *lu_users_enumerate_full(struct lu_context *context,
const char *pattern, const char *pattern,
struct lu_error **error); struct lu_error **error);
GPtrArray *lu_groups_enumerate_full(struct lu_context *context, GPtrArray *lu_groups_enumerate_full(struct lu_context *context,
const char *pattern, const char *pattern,
struct lu_error **error); struct lu_error **error);
GPtrArray *lu_users_enumerate_by_group_full(struct lu_context *context,
const char *group,
struct lu_error **error);
GPtrArray *lu_groups_enumerate_by_user_full(struct lu_context *context,
const char *user,
struct lu_error **error);
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 6 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/