9 lines
90 B
C
9 lines
90 B
C
/* $Id$ */
|
|
|
|
#ifndef _MBFDELE_H
|
|
#define _MBFDELE_H
|
|
|
|
void Delete(int, int, char *);
|
|
|
|
#endif
|