~ubuntu-branches/ubuntu/raring/libuser/raring

« back to all changes in this revision

Viewing changes to apps/apputil.h

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-12-28 19:18:14 UTC
  • mfrom: (2.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20061228191814-i7ssaghc6shbsv95
Tags: 1:0.54.6-2.1.dfsg.1-1.2
* Non-maintainer upload.
* Moved all manpages of commands in /usr/sbin/ from section 1 to
  section 8 (Closes: #404020).
* Added autotools-dev as build-dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
17
 */
18
18
 
19
 
#ident "$Id: apputil.h,v 1.17 2005/09/12 23:24:37 mitr Exp $"
 
19
#ident "$Id: apputil.h,v 1.19 2006/05/01 04:51:21 mitr Exp $"
20
20
 
21
21
#ifndef apputil_h
22
22
#define apputil_h
31
31
#define N_(String) (String)
32
32
#endif
33
33
 
34
 
gboolean lu_homedir_populate(const char *skel, const char *directory,
35
 
                             uid_t owner, gid_t group, mode_t mode,
36
 
                             struct lu_error **error) G_GNUC_INTERNAL;
 
34
gboolean lu_homedir_populate(struct lu_context *ctx, const char *skel,
 
35
                             const char *directory, uid_t owner, gid_t group,
 
36
                             mode_t mode, struct lu_error **error)
 
37
        G_GNUC_INTERNAL;
37
38
gboolean lu_homedir_move(const char *oldhome, const char *directory,
38
39
                         struct lu_error **error) G_GNUC_INTERNAL;
39
40
gboolean lu_homedir_remove(const char *directory, struct lu_error **error)
43
44
        G_GNUC_INTERNAL;
44
45
 
45
46
void lu_hup_nscd(void) G_GNUC_INTERNAL;
46
 
void lu_signal_nscd(int signum) G_GNUC_INTERNAL;
47
47
 
48
48
gboolean lu_mailspool_create_remove(struct lu_context *ctx, struct lu_ent *ent,
49
49
                                    gboolean action) G_GNUC_INTERNAL;