]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add let and define.
authorTed Lemon <source@isc.org>
Tue, 15 Feb 2000 19:42:09 +0000 (19:42 +0000)
committerTed Lemon <source@isc.org>
Tue, 15 Feb 2000 19:42:09 +0000 (19:42 +0000)
includes/statement.h

index 2322caa30b2d4a8e6facddbf6cc0812078343d5f..185d1dd32b64af1e3fc0936f29c1b2908434be14 100644 (file)
@@ -40,7 +40,8 @@ struct executable_statement {
                default_statement,
                set_statement,
                unset_statement,
-               let_statement
+               let_statement,
+               define_statement
        } op;
        union {
                struct {