9 lines
106 B
C
9 lines
106 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _MBFINDEX_H_
|
||
|
#define _MBFINDEX_H
|
||
|
|
||
|
void Index(void); /* Index filerquest */
|
||
|
|
||
|
#endif
|