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

This commit is contained in:
nekral-guest
2007-10-07 11:44:14 +00:00
parent 446e664caa
commit efd7efa9f1
196 changed files with 7676 additions and 9088 deletions

View File

@ -1,4 +1,4 @@
/* $Id: chkname.h,v 1.1 1997/12/07 23:27:00 marekm Exp $ */
/* $Id: chkname.h,v 1.2 2000/08/26 18:27:17 marekm Exp $ */
#ifndef _CHKNAME_H_
#define _CHKNAME_H_
@ -9,7 +9,7 @@
#include "defines.h"
extern int check_user_name P_((const char *));
extern int check_group_name P_((const char *name));
extern int check_user_name(const char *);
extern int check_group_name(const char *name);
#endif