eliminate local version of glob (cf ftp)
[unix-history] / usr / src / libexec / ftpd / extern.h
CommitLineData
196df4d3 1/*-
00bbb787
KB
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
196df4d3
KB
4 *
5 * %sccs.include.redist.c%
6 *
94ae9fca 7 * @(#)extern.h 8.2 (Berkeley) %G%
196df4d3
KB
8 */
9
94ae9fca
JSP
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 *getline __P((char *, int, FILE *));
19void logwtmp __P((char *, char *, char *));
20void lreply __P((int, const char *, ...));
21void makedir __P((char *));
22void nack __P((char *));
23void pass __P((char *));
24void passive __P((void));
25void perror_reply __P((int, char *));
26void pwd __P((void));
27void removedir __P((char *));
28void renamecmd __P((char *, char *));
29char *renamefrom __P((char *));
30void reply __P((int, const char *, ...));
31void retrieve __P((char *, char *));
32void send_file_list __P((char *));
33void setproctitle __P((const char *, ...));
34void statcmd __P((void));
35void statfilecmd __P((char *));
36void store __P((char *, char *, int));
37void upper __P((char *));
38void user __P((char *));
39void yyerror __P((char *));