aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/dpo/ip_null_dpo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/dpo/ip_null_dpo.h')
-rw-r--r--src/vnet/dpo/ip_null_dpo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/dpo/ip_null_dpo.h b/src/vnet/dpo/ip_null_dpo.h
index 002a2a7016d..6c7ced5124a 100644
--- a/src/vnet/dpo/ip_null_dpo.h
+++ b/src/vnet/dpo/ip_null_dpo.h
@@ -53,4 +53,6 @@ extern void ip_null_dpo_add_and_lock (dpo_proto_t proto,
extern void ip_null_dpo_module_init(void);
+extern ip_null_dpo_action_t ip_null_dpo_get_action(index_t indi);
+
#endif