10 lines
116 B
C
10 lines
116 B
C
|
#ifndef _MIB_H
|
||
|
#define _MIB_H
|
||
|
|
||
|
/* $Id: mib.h,v 1.1 2008/02/12 19:59:45 mbse Exp $ */
|
||
|
|
||
|
|
||
|
void sendmibs(void);
|
||
|
|
||
|
#endif
|