* lib/prototypes.h: Cleanup.

This commit is contained in:
nekral-guest 2012-01-08 16:04:27 +00:00
parent 2c24c012bd
commit 7ac5cc7dd0
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2012-01-08 Nicolas François <nicolas.francois@centraliens.net>
* lib/prototypes.h: Cleanup.
2011-12-09 Peter Vrabec <pvrabec@redhat.com>
* lib/prototypes.h, lib/Makefile.am, po/POTFILES.in,

View File

@ -122,10 +122,6 @@ extern int copy_tree (const char *src_root, const char *dst_root,
bool reset_selinux,
uid_t old_uid, uid_t new_uid,
gid_t old_gid, gid_t new_gid);
#ifdef WITH_SELINUX
extern int set_selinux_file_context (const char *dst_name);
extern int reset_selinux_file_context (void);
#endif
/* encrypt.c */
extern /*@exposed@*/char *pw_encrypt (const char *, const char *);
@ -298,12 +294,16 @@ extern void process_root_flag (const char* short_opt, int argc, char **argv);
extern /*@observer@*/const char *crypt_make_salt (/*@null@*//*@observer@*/const char *meth, /*@null@*/void *arg);
/* selinux.c */
#ifdef WITH_SELINUX
extern int set_selinux_file_context (const char *dst_name);
extern int reset_selinux_file_context (void);
#endif
/* semanage.c */
#ifdef WITH_SELINUX
extern int set_seuser(const char *login_name, const char *seuser_name);
extern int del_seuser(const char *login_name);
#endif
/* setugid.c */
extern int setup_groups (const struct passwd *info);