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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * Note: this file originally auto-generated by mib2c using
  3.  *       version : 1.42 $ of : mfd-interface.m2c,v $
  4.  *
  5.  * $Id: inetNetToMediaTable_interface.h,v 1.5 2004/10/16 00:21:20 rstory Exp $
  6.  */
  7. /** @defgroup interface: Routines to interface to Net-SNMP
  8.  *
  9.  * warning This code should not be modified, called directly,
  10.  *          or used to interpret functionality. It is subject to
  11.  *          change at any time.
  12.  * 
  13.  * @{
  14.  */
  15. /*
  16.  * *********************************************************************
  17.  * *********************************************************************
  18.  * *********************************************************************
  19.  * ***                                                               ***
  20.  * ***  NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE  ***
  21.  * ***                                                               ***
  22.  * ***                                                               ***
  23.  * ***       THIS FILE DOES NOT CONTAIN ANY USER EDITABLE CODE.      ***
  24.  * ***                                                               ***
  25.  * ***                                                               ***
  26.  * ***       THE GENERATED CODE IS INTERNAL IMPLEMENTATION, AND      ***
  27.  * ***                                                               ***
  28.  * ***                                                               ***
  29.  * ***    IS SUBJECT TO CHANGE WITHOUT WARNING IN FUTURE RELEASES.   ***
  30.  * ***                                                               ***
  31.  * ***                                                               ***
  32.  * *********************************************************************
  33.  * *********************************************************************
  34.  * *********************************************************************
  35.  */
  36. #ifndef INETNETTOMEDIATABLE_INTERFACE_H
  37. #define INETNETTOMEDIATABLE_INTERFACE_H
  38. #ifdef __cplusplus
  39. extern          "C" {
  40. #endif
  41. #include "inetNetToMediaTable.h"
  42.     /*
  43.      ********************************************************************
  44.      * Table declarations
  45.      */
  46.     /*
  47.      * PUBLIC interface initialization routine 
  48.      */
  49.     void
  50.         _inetNetToMediaTable_initialize_interface
  51.         (inetNetToMediaTable_registration_ptr user_ctx, u_long flags);
  52.         inetNetToMediaTable_rowreq_ctx
  53.         * inetNetToMediaTable_allocate_rowreq_ctx(inetNetToMediaTable_data
  54.                                                   *);
  55.     void
  56.         inetNetToMediaTable_release_rowreq_ctx
  57.         (inetNetToMediaTable_rowreq_ctx * rowreq_ctx);
  58.     int             inetNetToMediaTable_index_to_oid(netsnmp_index *
  59.                                                      oid_idx,
  60.                                                      inetNetToMediaTable_mib_index
  61.                                                      * mib_idx);
  62.     int             inetNetToMediaTable_index_from_oid(netsnmp_index *
  63.                                                        oid_idx,
  64.                                                        inetNetToMediaTable_mib_index
  65.                                                        * mib_idx);
  66.     /*
  67.      * access to certain internals. use with caution!
  68.      */
  69.     void
  70.             inetNetToMediaTable_valid_columns_set(netsnmp_column_info *vc);
  71. #ifdef __cplusplus
  72. }
  73. #endif
  74. #endif                          /* INETNETTOMEDIATABLE_INTERFACE_H */