Made work with C++

This commit is contained in:
MarkRivers
2011-04-02 15:05:46 +00:00
parent 7ac99c06e6
commit db63333af9
+7
View File
@@ -49,6 +49,9 @@
#define RETURN_SIZE 1500 /* size of a return (size of standard IP package) */
#define PATH_SIZE 256 /* size of path */
#ifdef __cplusplus
extern "C" {
#endif
/******[ global variables ]******************************************/
@@ -61,3 +64,7 @@ int ftpDisconnect (int);
int ftpChangeDir (int, char*);
int ftpRetrieveFile (int, char*);
int ftpStoreFile(int, char*);
#ifdef __cplusplus
}
#endif