13 lines
138 B
Plaintext
13 lines
138 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef HB_RDDSYS_CH
|
|
#define HB_RDDSYS_CH
|
|
|
|
#define RDT_FULL 1
|
|
#define RDT_TRANSFER 2
|
|
#define RDT_HIDDEN 255
|
|
|
|
#endif
|