9 lines
86 B
C
9 lines
86 B
C
|
#ifndef _MBFREARC_H
|
||
|
#define _MBFREARC_H
|
||
|
|
||
|
/* $Id$ */
|
||
|
|
||
|
void ReArc(int, char *);
|
||
|
|
||
|
#endif
|