fix c++ compilation problem

This commit is contained in:
Simon Morlat 2010-09-03 18:19:46 +02:00
parent 40a291024f
commit 0c0427f98f

View file

@ -159,6 +159,7 @@ char * linphone_call_log_to_str(LinphoneCallLog *cl);
* The LinphoneCall object represents a call issued or received by the LinphoneCore
**/
struct _LinphoneCall;
enum _LinphoneCallState;
typedef struct _LinphoneCall LinphoneCall;