From 00a7748f4f148307229c30fb0950486d677db8e9 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 11 Nov 1998 07:54:48 +0000 Subject: [PATCH] Add billing-related tokens. --- includes/dhctoken.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/dhctoken.h b/includes/dhctoken.h index 72ab49805..8c4d560f9 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -159,6 +159,8 @@ enum dhcp_token { MEMBERS = 359, OF = 360, PSEUDO = 361, + LIMIT = 362, + BILLING = 363, }; #define is_identifier(x) ((x) >= FIRST_TOKEN && \ -- 2.47.3