X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fftpd%2Ffwsyscall.h;fp=userapps%2Fopensource%2Fftpd%2Ffwsyscall.h;h=e8bb43c176625f88979e8224f766a78f0041f7a6;hb=57a096f051259ceaefd5977f30d269884e1dd248;hp=c758827e05149d948f56c6c5c544d26a186a358e;hpb=9887430fc6b7c0f8eb8e81de2bfe3bba12d8d4a1;p=bcm963xx.git diff --git a/userapps/opensource/ftpd/fwsyscall.h b/userapps/opensource/ftpd/fwsyscall.h index c758827e..e8bb43c1 100755 --- a/userapps/opensource/ftpd/fwsyscall.h +++ b/userapps/opensource/ftpd/fwsyscall.h @@ -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