snmp_debug.h
上传用户:liugui
上传日期:2007-01-04
资源大小:822k
文件大小:0k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. /*
  2.  * $Id: snmp_debug.h,v 1.6 1999/01/11 21:55:34 wessels Exp $
  3.  */
  4. #ifndef SNMP_DEBUG_H
  5. #define SNMP_DEBUG_H
  6. #if STDC_HEADERS
  7. extern void snmplib_debug(int, char *,...);
  8. #else
  9. extern void snmplib_debug(va_alist);
  10. #endif
  11. #endif