[svn-upgrade] Integrating new upstream version, shadow (19990709)

This commit is contained in:
nekral-guest
2007-10-07 11:44:02 +00:00
parent 9c72ed9062
commit 45c6603cc8
350 changed files with 89554 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/* $Id: chkname.h,v 1.1 1997/12/07 23:27:00 marekm Exp $ */
#ifndef _CHKNAME_H_
#define _CHKNAME_H_
/*
* check_user_name(), check_group_name() - check the new user/group
* name for validity; return value: 1 - OK, 0 - bad name
*/
#include "defines.h"
extern int check_user_name P_((const char *));
extern int check_group_name P_((const char *name));
#endif