9 lines
99 B
C
9 lines
99 B
C
/* $Id$ */
|
|
|
|
#ifndef _MBFADOPT_H_
|
|
#define _MBFADOPT_H
|
|
|
|
void AdoptFile(int, char *, char *);
|
|
|
|
#endif
|