diff options
Diffstat (limited to 'src/libdhcpcd/dhcpcd.h')
| -rw-r--r-- | src/libdhcpcd/dhcpcd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libdhcpcd/dhcpcd.h b/src/libdhcpcd/dhcpcd.h index 7f47096..3c9fd88 100644 --- a/src/libdhcpcd/dhcpcd.h +++ b/src/libdhcpcd/dhcpcd.h @@ -120,7 +120,8 @@ extern const char * const dhcpcd_cstates[]; #define DHS_REBOOT 20 #define DHS_ROUTERADVERT 21 #define DHS_DELEGATED 22 -#define DHR_MAX 23 +#define DHS_NOCARRIER_ROAMING 23 +#define DHR_MAX 24 typedef struct dhcpcd_wi_avs { int value; |
