10 lines
73 B
C
10 lines
73 B
C
|
#ifndef _MIB_H
|
||
|
#define _MIB_H
|
||
|
|
||
|
/* $Id$ */
|
||
|
|
||
|
|
||
|
void sendmibs(void);
|
||
|
|
||
|
#endif
|