usrWvFileUploadPath.c
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* usrWvFileUploadPath.c - configuration file for Windview File upload path */
- /* Copyright 1997 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,13may98,pr written
- */
- /*
- DESCRIPTION
- */
- extern FUNCPTR _func_wvOnUploadPathCreate;
- extern FUNCPTR _func_wvOnUploadPathClose;
- extern int wvArgHtons;
- extern char * wvLogMsgString1;
- extern char * wvLogMsgString2;
- VOID usrWvFileUploadPathInit ()
- {
- _func_wvOnUploadPathCreate = (FUNCPTR) fileUploadPathCreate;
- _func_wvOnUploadPathClose = (FUNCPTR) fileUploadPathClose;
- wvArgHtons = 0;
- wvLogMsgString1 = "fname=";
- wvLogMsgString2 = "flag=";
- fileUploadPathLibInit ();
- }