Source file: /~heha/hsn/borg.zip/DATABASE.H

//    database.h

#ifndef database_h
#define database_h

bool savedb(void);
bool loaddb(LPCTSTR,UINT);

#endif
Detected encoding: ASCII (7 bit)2