diff --git a/include/openthread.h b/include/openthread.h index 43862dd39..eb9b3d92d 100644 --- a/include/openthread.h +++ b/include/openthread.h @@ -185,7 +185,7 @@ otInstance *otInstanceInit(void *aInstanceBuffer, uint64_t *aInstanceBufferSize) * @retval otInstance* The new OpenThread instance structure. * */ -otInstance *otInstanceInit(); +otInstance *otInstanceInit(void); #endif /**