9 lines
114 B
C
9 lines
114 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _MBFTOBEREP_H
|
||
|
#define _MBFTOBEREP_H
|
||
|
|
||
|
void ToBeRep(void); /* Show toberep database */
|
||
|
|
||
|
#endif
|