From 9fd2f2cbd86d13eb96096e9524af101dd89bbfc3 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 5 Mar 1997 06:39:09 +0000 Subject: [PATCH] Add REBOOT token --- includes/dhctoken.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/dhctoken.h b/includes/dhctoken.h index b4661198..4520c56c 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -111,6 +111,7 @@ #define MEDIA 315 #define MEDIUM 316 #define ALIAS 317 +#define REBOOT 318 #define is_identifier(x) ((x) >= FIRST_TOKEN && \ (x) != STRING && \