Do a bit more of prototype cleanup.

This commit is contained in:
Ruslan Ermilov 2002-02-06 07:34:17 +00:00
parent e35f7181ce
commit 91bef1104d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90294
3 changed files with 1 additions and 6 deletions

View File

@ -49,7 +49,6 @@ static const char rcsid[] =
#include <stdio.h>
#include <string.h>
#include <pw_util.h>
#include "yppasswdd_extern.h"
int

View File

@ -61,7 +61,6 @@ static const char rcsid[] =
#include <string.h>
#include <unistd.h>
#include <pw_util.h>
#include "yppasswdd_extern.h"
int pstat;

View File

@ -36,6 +36,7 @@
#include <limits.h>
#include <db.h>
#include <paths.h>
#include <pw_util.h>
#include <rpc/rpc.h>
#include <pwd.h>
#include <err.h>
@ -63,10 +64,6 @@ extern void master_yppasswdprog_1 __P(( struct svc_req *,
extern void reaper __P(( int ));
extern void install_reaper __P(( int ));
extern int pw_copy __P(( int, int, struct passwd * ));
extern int pw_lock __P(( void ));
extern int pw_mkdb __P((const char * ));
extern int pw_tmp __P(( void ));
extern void pw_init __P(( void ));
extern char *ok_shell __P (( char * ));
extern char *passfile;
extern char *passfile_default;