@@ -51,7 +51,7 @@ typedef struct
51
51
u_char dbh_hlen [2 ];/* length of this header */
52
52
u_char dbh_rlen [2 ];/* length of a record */
53
53
u_char dbh_stub [20 ];/* misc stuff we don't need */
54
- }dbf_header ;
54
+ }dbf_header ;
55
55
56
56
/* disk field-description */
57
57
@@ -64,7 +64,7 @@ typedef struct
64
64
u_char dbf_dec ;/* number of decimal positions if type is
65
65
* 'N' */
66
66
u_char dbf_stub [14 ];/* stuff we don't need */
67
- }dbf_field ;
67
+ }dbf_field ;
68
68
69
69
/* memory field-description */
70
70
@@ -74,7 +74,7 @@ typedef struct
74
74
u_char db_type ;/* field-type */
75
75
u_char db_flen ;/* field-length */
76
76
u_char db_dec ;/* number of decimal positions */
77
- }f_descr ;
77
+ }f_descr ;
78
78
79
79
/* memory dfb-header */
80
80
@@ -95,7 +95,7 @@ typedef struct
95
95
u_char * db_buff ;/* record-buffer to save malloc()'s */
96
96
f_descr * db_fields ;/* pointer to an array of field-
97
97
* descriptions */
98
- }dbhead ;
98
+ }dbhead ;
99
99
100
100
/* structure that contains everything a user wants from a field, including
101
101
the contents (in ASCII). Warning! db_flen may be bigger than the actual
@@ -109,7 +109,7 @@ typedef struct
109
109
u_char db_flen ;/* field-length */
110
110
u_char db_dec ;/* number of decimal positions */
111
111
u_char * db_contents ;/* contents of the field in ASCII */
112
- }field ;
112
+ }field ;
113
113
114
114
/* prototypes for functions */
115
115
@@ -136,4 +136,4 @@ extern void put_long(u_char *cp, long lval);
136
136
extern short get_short (u_char * cp );
137
137
extern void put_short (u_char * cp ,short lval );
138
138
139
- #endif /* _DBF_H */
139
+ #endif /* _DBF_H */