* lib/prototypes.h: Cleanup.
This commit is contained in:
		@@ -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,
 | 
			
		||||
 
 | 
			
		||||
@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user