10 lines
134 B
C
10 lines
134 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _BOPENFILE_H
|
||
|
#define _BOPENFILE_H
|
||
|
|
||
|
FILE *bopenfile(char *, time_t, off_t, off_t *);
|
||
|
int bclosefile(int);
|
||
|
|
||
|
#endif
|