4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / libexec / ftpd / extern.h
CommitLineData
196df4d3
KB
1/*-
2 * Copyright (c) 1992 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
7 * @(#)extern.h 5.1 (Berkeley) %G%
8 */
9
10void blkfree __P((char **));
11char **copyblk __P((char **));
12void cwd __P((char *));
13void delete __P((char *));
14void dologout __P((int));
15void fatal __P((char *));
16int ftpd_pclose __P((FILE *));
17FILE *ftpd_popen __P((char *, char *));
18char **ftpglob __P((char *));
19char *getline __P((char *, int, FILE *));
20void logwtmp __P((char *, char *, char *));
21void lreply __P((int, const char *, ...));
22void makedir __P((char *));
23void nack __P((char *));
24void pass __P((char *));
25void passive __P((void));
26void perror_reply __P((int, char *));
27void pwd __P((void));
28void removedir __P((char *));
29void renamecmd __P((char *, char *));
30char *renamefrom __P((char *));
31void reply __P((int, const char *, ...));
32void retrieve __P((char *, char *));
33void send_file_list __P((char *));
34void setproctitle __P((const char *, ...));
35void statcmd __P((void));
36void statfilecmd __P((char *));
37void store __P((char *, char *, int));
38void upper __P((char *));
39void user __P((char *));
40char *yyerror __P((char *));