]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Better document the data_string structure.
authorTed Lemon <source@isc.org>
Tue, 20 Jul 1999 17:59:14 +0000 (17:59 +0000)
committerTed Lemon <source@isc.org>
Tue, 20 Jul 1999 17:59:14 +0000 (17:59 +0000)
includes/tree.h

index 065f8d939ac5400299e9480cb459543ea2ebde13..21f2ca106db21dcc8f365da7d93601fd2ad9ce84 100644 (file)
@@ -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;
 };