From f6abc2e6a02557e82ad0d1e5440653bb8884ecc8 Mon Sep 17 00:00:00 2001 From: Patrice Buriez Date: Wed, 25 Oct 2017 20:30:34 +0200 Subject: Merge changes from PROX-v041 Change-Id: Ie6d4e7ce22c27967117a446626f5923643397812 Signed-off-by: Patrice Buriez --- VNFs/DPPD-PROX/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'VNFs/DPPD-PROX/input.h') diff --git a/VNFs/DPPD-PROX/input.h b/VNFs/DPPD-PROX/input.h index 06f6b653..51d94986 100644 --- a/VNFs/DPPD-PROX/input.h +++ b/VNFs/DPPD-PROX/input.h @@ -31,5 +31,6 @@ int reg_input(struct input *in); void unreg_input(struct input *in); void input_proc_until(uint64_t deadline); +void input_proc(void); #endif /* _INPUT_H_ */ -- cgit 1.2.3-korg