home *** CD-ROM | disk | FTP | other *** search
- #ifndef _CMDIMP_H
- #define _CMDIMP_H 1
-
- void renamecmd(char *from, char *to);
- void pwd(void);
- char *renamefrom(char *name);
- void delete(char *name);
- void makedir(char *name);
- void statcmd(void);
- void cwd(char *path);
- void retrieve(char *cmd,char *name);
- void statfilecmd(char *filename);
- void send_file_list(char *witchfiles);
- void removedir(char *name);
- void store(char *name,char *mode,int unique);
- void passive(void);
- void user(char *name);
- void dologout(int status);
- void pass(char *passwd);
-
- #endif /* _CMDIMP_H */
-