@@ -51,7 +51,7 @@ typedef struct
5151u_char dbh_hlen [2 ];/* length of this header */
5252u_char dbh_rlen [2 ];/* length of a record */
5353u_char dbh_stub [20 ];/* misc stuff we don't need */
54- }dbf_header ;
54+ }dbf_header ;
5555
5656/* disk field-description */
5757
@@ -64,7 +64,7 @@ typedef struct
6464u_char dbf_dec ;/* number of decimal positions if type is
6565 * 'N' */
6666u_char dbf_stub [14 ];/* stuff we don't need */
67- }dbf_field ;
67+ }dbf_field ;
6868
6969/* memory field-description */
7070
@@ -74,7 +74,7 @@ typedef struct
7474u_char db_type ;/* field-type */
7575u_char db_flen ;/* field-length */
7676u_char db_dec ;/* number of decimal positions */
77- }f_descr ;
77+ }f_descr ;
7878
7979/* memory dfb-header */
8080
@@ -95,7 +95,7 @@ typedef struct
9595u_char * db_buff ;/* record-buffer to save malloc()'s */
9696f_descr * db_fields ;/* pointer to an array of field-
9797 * descriptions */
98- }dbhead ;
98+ }dbhead ;
9999
100100/* structure that contains everything a user wants from a field, including
101101 the contents (in ASCII). Warning! db_flen may be bigger than the actual
@@ -109,7 +109,7 @@ typedef struct
109109u_char db_flen ;/* field-length */
110110u_char db_dec ;/* number of decimal positions */
111111u_char * db_contents ;/* contents of the field in ASCII */
112- }field ;
112+ }field ;
113113
114114/* prototypes for functions */
115115
@@ -136,4 +136,4 @@ extern void put_long(u_char *cp, long lval);
136136extern short get_short (u_char * cp );
137137extern void put_short (u_char * cp ,short lval );
138138
139- #endif /* _DBF_H */
139+ #endif /* _DBF_H */