From f7d43073b350f88c79ed966c7e84d01a90cbad8c Mon Sep 17 00:00:00 2001 From: Roberto Pereira Date: Mon, 28 Aug 2017 19:05:38 -0700 Subject: [PATCH] ql-tipc: trusty_ipc: Fix trusty_ipc_init return type Change-Id: I28e55ebf15a8bff33c9f03373747c10e914126fa --- include/trusty/libtipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/trusty/libtipc.h b/include/trusty/libtipc.h index e37b010770..69e480104c 100644 --- a/include/trusty/libtipc.h +++ b/include/trusty/libtipc.h @@ -31,7 +31,7 @@ /* * Initialize TIPC library */ -void trusty_ipc_init(void); +int trusty_ipc_init(void); /* * Shutdown TIPC library */