From: Ted Lemon Date: Tue, 20 Jul 1999 17:59:14 +0000 (+0000) Subject: Better document the data_string structure. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f14d4bd58fb6846028f95b9199c9c79984e892f;p=thirdparty%2Fdhcp.git Better document the data_string structure. --- diff --git a/includes/tree.h b/includes/tree.h index 065f8d939..21f2ca106 100644 --- a/includes/tree.h +++ b/includes/tree.h @@ -51,7 +51,7 @@ struct buffer { struct data_string { struct buffer *buffer; unsigned char *data; - int len; + int len; /* Does not include NUL terminator, if any. */ int terminated; };