From: Ted Lemon Date: Wed, 11 Nov 1998 07:54:48 +0000 (+0000) Subject: Add billing-related tokens. X-Git-Tag: carrel-2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00a7748f4f148307229c30fb0950486d677db8e9;p=thirdparty%2Fdhcp.git Add billing-related tokens. --- 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 && \