9 lines
84 B
C
9 lines
84 B
C
/* $Id$ */
|
|
|
|
#ifndef _MOREFILE_H
|
|
#define _MOREFILE_H
|
|
|
|
int MoreFile(char *);
|
|
|
|
#endif
|