You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
439 B
19 lines
439 B
////////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// File: chm.h
|
|
//
|
|
// History: 21-Mar-00 vadimb Created.
|
|
//
|
|
// Desc: Header for chm.cpp
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef __CHM_H__
|
|
#define __CHM_H__
|
|
|
|
BOOL ChmWriteProject(
|
|
SdbOutputFile* pOutputFile,
|
|
SdbDatabase* pAppHelpDB);
|
|
|
|
|
|
#endif // __CHM_H__
|