Commit 0c0427f9 authored by Simon Morlat's avatar Simon Morlat
Browse files

fix c++ compilation problem

parent 40a29102
No related merge requests found
Showing with 1 addition and 0 deletions
...@@ -159,6 +159,7 @@ char * linphone_call_log_to_str(LinphoneCallLog *cl); ...@@ -159,6 +159,7 @@ char * linphone_call_log_to_str(LinphoneCallLog *cl);
* The LinphoneCall object represents a call issued or received by the LinphoneCore * The LinphoneCall object represents a call issued or received by the LinphoneCore
**/ **/
struct _LinphoneCall; struct _LinphoneCall;
enum _LinphoneCallState;
typedef struct _LinphoneCall LinphoneCall; typedef struct _LinphoneCall LinphoneCall;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment