From 95732025a4e5e8084b3d1d5d0efdb6fdc3bbfb0d Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 5 Nov 1998 18:48:37 +0000 Subject: [PATCH] Add send option statement. --- includes/statement.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/statement.h b/includes/statement.h index e79274ed4..44ddf4af0 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 { -- 2.47.3