18 lines
301 B
Plaintext
18 lines
301 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef _DBSTRUCT_CH
|
|
#define _DBSTRUCT_CH
|
|
|
|
/* Positions for field structure array */
|
|
#define DBS_NAME 1
|
|
#define DBS_TYPE 2
|
|
#define DBS_LEN 3
|
|
#define DBS_DEC 4
|
|
|
|
/* Length of the field structure array */
|
|
#define DBS_ALEN 4
|
|
|
|
#endif /* _DBSTRUCT_CH */
|