From eb27b8d930fb84899ebbacf7b26b89fe80c197a0 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 11 Jul 2016 10:00:13 +0200 Subject: [PATCH] Add comment about non-existing _LinphoneConference struct. --- coreapi/conference.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/coreapi/conference.h b/coreapi/conference.h index b1867adee..269e442f1 100644 --- a/coreapi/conference.h +++ b/coreapi/conference.h @@ -39,12 +39,15 @@ extern "C" { /** * LinphoneConference class + * The _LinphoneConference struct does not exists, it's the Conference C++ class that is used behind */ typedef struct _LinphoneConference LinphoneConference; + /** * Parameters for initialization of conferences + * The _LinphoneConferenceParams struct does not exists, it's the ConferenceParams C++ class that is used behind */ -typedef struct _LinphoneCorferenceParams LinphoneConferenceParams; +typedef struct _LinphoneConferenceParams LinphoneConferenceParams;