diff options
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface.h b/interface.h index 14aefce..4b4326a 100644 --- a/interface.h +++ b/interface.h @@ -11,6 +11,7 @@ enum interface_event { IFEV_DOWN, IFEV_UP, IFEV_FREE, + IFEV_RELOAD, }; enum interface_state { |