14 lines
200 B
Plaintext
14 lines
200 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* CA-Cl*pper API Compatibility Header File */
|
|
/* DON'T USE THIS FILE FOR NEW HARBOUR C CODE */
|
|
|
|
#ifndef HB_RDD_API_
|
|
#define HB_RDD_API_
|
|
|
|
#include "rddapi.h"
|
|
|
|
#endif /* HB_RDD_API_ */
|