9 lines
118 B
C
9 lines
118 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef _MBFPACK_H_
|
||
|
#define _MBFPACK_H
|
||
|
|
||
|
void PackFileBase(void); /* Pack / Compress File Base */
|
||
|
|
||
|
#endif
|