snmp_parse_args.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef SNMP_PARSE_ARGS_H
  2. #define SNMP_PARSE_ARGS_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int
  7. snmp_parse_args(int argc, char **argv, netsnmp_session *session,
  8. const char *localOpts, void (*proc)(int, char *const *, int));
  9. void
  10. snmp_parse_args_descriptions(FILE *);
  11. void
  12. snmp_parse_args_usage(FILE *);
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif