forked from Imagelibrary/rtems
nfsclient/src/dirutils.c: Fix missing prototype warnings
This commit is contained in:
@@ -91,6 +91,18 @@
|
||||
#include <cexpHelp.h>
|
||||
#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
|
||||
int
|
||||
pwd(void)
|
||||
|
||||
Reference in New Issue
Block a user