aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/facemgr/src/interface.h
diff options
context:
space:
mode:
authorJordan Augé <jordan.auge+fdio@cisco.com>2019-11-05 12:28:49 +0000
committerGerrit Code Review <gerrit@fd.io>2019-11-05 12:28:49 +0000
commit8adda70cd102a3ea5d91a72aecfde7107dd0c807 (patch)
tree7fcf5a6644d51ce1ab459fe2bd2888aea39c7b51 /ctrl/facemgr/src/interface.h
parent9793bd7849975399ca103480ab946669888080a8 (diff)
parent29bb779084d76fb31e1b5dfbf54995918d02fc0e (diff)
Merge "[HICN-372] Code clean up"
Diffstat (limited to 'ctrl/facemgr/src/interface.h')
-rw-r--r--ctrl/facemgr/src/interface.h2
1 files changed, 2 insertions, 0 deletions
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
*/