]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Support encode-int token.
authorTed Lemon <source@isc.org>
Thu, 27 May 1999 14:54:02 +0000 (14:54 +0000)
committerTed Lemon <source@isc.org>
Thu, 27 May 1999 14:54:02 +0000 (14:54 +0000)
includes/dhctoken.h

index 3c7704539b5bf8609a534acac58bb8e643cbd9f8..a957ef626f7db32d59279de6b2b6d66b0909aaf5 100644 (file)
@@ -176,6 +176,7 @@ enum dhcp_token {
        STRING_TOKEN = 396,
        SPACE = 397,
        CONCAT = 398,
+       ENCODE_INT = 399,
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \