/*** * * This file was originally generated by the libsmi DMH-SNMP backend. * It is part of DMH-SNMP, the easy to use SNMP Agent. * * Copyright (c) Yigal Hochberg, DMH Software 1993-2001 * DMH-SNMP libsmi backend version 1.1.6.2, May 13 2001 * libsmi version: 2:16:0 *---------------------------------------------------------------------- * * Module name: OwnMIB * * Pathname: ../mibs/dmh/ownmib.mib * * File name: ownmib.h * * Purpose: * Definition of global function prototypes and mib structures of * tabular mib-objects and related definitions. * * This file is included by the respective C file(s) generated by * DMH mib-compiler for the mib module. * * * Created: Fri Apr 19 15:59:02 2002 * ***/ #ifndef _OWNMIB_H_ #define _OWNMIB_H_ /* * Initialization and finish mib functions */ extern void SnMibInit_ownmib(void); extern void SnMibFinish_ownmib(void); /* * Structures for groups of scalars and table entries: */ /* structure for dmhdemo scalars of dmhTemp */ typedef struct dmhdemo_scalars { unsigned long dmhdCounter; } dmhdemo_scalars_t; /* * system function to get object values for dmhdemo_scalars * * User-note: change function parameters and return code as required */ extern dmhdemo_scalars_t * sysget_dmhdemo_scalars( void **user_hook, ...); #endif /* _OWNMIB_H_ */ /* EOF: ownmib.h */