summaryrefslogtreecommitdiff
path: root/includes/statement.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1998-11-05 18:48:37 +0000
committerTed Lemon <source@isc.org>1998-11-05 18:48:37 +0000
commit95732025a4e5e8084b3d1d5d0efdb6fdc3bbfb0d (patch)
tree54422515cc72dc0048c45c9ba3b41e5d868d73eb /includes/statement.h
parentdac426fa64cd98959819f32012634ea534682ed9 (diff)
downloadisc-dhcp-95732025a4e5e8084b3d1d5d0efdb6fdc3bbfb0d.tar.gz
Add send option statement.
Diffstat (limited to 'includes/statement.h')
-rw-r--r--includes/statement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/statement.h b/includes/statement.h
index e79274ed..44ddf4af 100644
--- a/includes/statement.h
+++ b/includes/statement.h
@@ -51,6 +51,7 @@ struct executable_statement {
supersede_option_statement,
append_option_statement,
prepend_option_statement,
+ send_option_statement,
} op;
union {
struct {