forked from Imagelibrary/rtems
nfsclient/src/dirutils.c: Fix missing prototype warnings
This commit is contained in:
@@ -91,6 +91,18 @@
|
|||||||
#include <cexpHelp.h>
|
#include <cexpHelp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __vxworks
|
||||||
|
/*
|
||||||
|
* Prototypes to avoid warnings
|
||||||
|
*/
|
||||||
|
int pwd(void);
|
||||||
|
int ls(char *dir, char *opts);
|
||||||
|
int cp(char *from, char *to, char *opts);
|
||||||
|
int ln(char *to, char *name, char *opts);
|
||||||
|
int rm(char *path);
|
||||||
|
int cd(char *path);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __vxworks
|
#ifndef __vxworks
|
||||||
int
|
int
|
||||||
pwd(void)
|
pwd(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user