www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / ftpd / fwsyscall.h
index c758827..b3e47d5 100755 (executable)
@@ -4,7 +4,6 @@
 #include <net/if.h>
 
 #include "bcmtypes.h"
-#include "board.h"
 #include "board_api.h"
 #include "clidefs.h"
 #include "syscall.h"
@@ -47,10 +46,16 @@ typedef enum
 #define     SKIP_HTTPD_APP      0x00000004
 
 
+#if defined(__cplusplus)
+extern "C" {
+#endif
 PARSE_RESULT parseImageData(char *image_start_ptr, int bufSize, BUFFER_TYPE fBufType);
 UPLOAD_RESULT flashImage(char *imagePtr, PARSE_RESULT imageType, int imageLen);
 int bcmCheckEnable(char *appName, struct in_addr clntAddr);
 int bcmSocketIfPid(void);
 void killAllApps(int socketPid, int skipApp, int telnetIfcPid, int sshdIfcPid);
+#if defined(__cplusplus)
+}
+#endif   // defined(__cplusplus)
 
 #endif