From 29bb779084d76fb31e1b5dfbf54995918d02fc0e Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Thu, 31 Oct 2019 17:02:17 +0100 Subject: [HICN-372] Code clean up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic0ce2d01a05c2724eeaf91f76aafa2facedcbaf3 Signed-off-by: Jordan Augé --- ctrl/facemgr/src/interface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ctrl/facemgr/src/interface.h') diff --git a/ctrl/facemgr/src/interface.h b/ctrl/facemgr/src/interface.h index 0ebe8c7c8..627a3645e 100644 --- a/ctrl/facemgr/src/interface.h +++ b/ctrl/facemgr/src/interface.h @@ -77,6 +77,8 @@ typedef struct interface_s { */ int interface_register(const interface_ops_t * ops); +int interface_unregister_all(); + /** * \brief Unregister all interface types */ -- cgit 1.2.3-korg