changed order of includes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1123 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -47,6 +47,9 @@ RCSID("$Id$");
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
@@ -72,7 +72,7 @@ void renamecmd(char *, char *);
|
||||
char *renamefrom(char *);
|
||||
void reply(int, const char *, ...);
|
||||
void retrieve(char *, char *);
|
||||
void send_file_list(char *);
|
||||
void send_file_list(char *, int minus_l);
|
||||
void setproctitle(const char *, ...);
|
||||
void statcmd(void);
|
||||
void statfilecmd(char *);
|
||||
|
Reference in New Issue
Block a user