dhcpcShow.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* dhcpcShow.h - DHCP runtime client include file for show routines */
  2. /* Copyright 1984 - 1997 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. ____________________
  6. 01a,26oct97,spm  written.
  7. */
  8. #ifndef __INCdhcpcShowh
  9. #define __INCdhcpcShowh
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. IMPORT void  dhcpcShowInit (void);
  14. IMPORT STATUS  dhcpcServerShow (void *);
  15. IMPORT STATUS  dhcpcTimersShow (void *);
  16. IMPORT STATUS  dhcpcParamsShow (void *);
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif