9 lines
105 B
C
9 lines
105 B
C
/* $Id$ */
|
|
|
|
#ifndef _MBFSORT_H
|
|
#define _MBFSORT_H
|
|
|
|
void SortFileBase(int); /* Sort File Base */
|
|
|
|
#endif
|