]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add SPACE token.
authorTed Lemon <source@isc.org>
Mon, 5 Apr 1999 14:58:23 +0000 (14:58 +0000)
committerTed Lemon <source@isc.org>
Mon, 5 Apr 1999 14:58:23 +0000 (14:58 +0000)
includes/dhctoken.h

index e5501dc7e579dce0c6e18b46799dc3b4e7bcb9e6..04bc42e129850b0aeb930d0b6460533fdec10480 100644 (file)
@@ -174,6 +174,7 @@ enum dhcp_token {
        IP_ADDRESS = 394,
        TEXT = 395,
        STRING_TOKEN = 396,
+       SPACE = 397,
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \