www.usr.com/support/gpl/USR9107_release.1.4.tar.gz
[bcm963xx.git] / userapps / opensource / ftpd / fwsyscall.h
index c758827..e8bb43c 100755 (executable)
@@ -47,10 +47,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