mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-21 13:18:24 +00:00
Add const to CallStatsUpdated callback
This commit is contained in:
parent
41063747c9
commit
4e41b865b2
1 changed files with 1 additions and 1 deletions
|
|
@ -644,7 +644,7 @@ typedef void (*BuddyInfoUpdated)(struct _LinphoneCore *lc, LinphoneFriend *lf);
|
||||||
/** Callback prototype for in progress transfers. The new_call_state is the state of the call resulting of the transfer, at the other party. */
|
/** Callback prototype for in progress transfers. The new_call_state is the state of the call resulting of the transfer, at the other party. */
|
||||||
typedef void (*LinphoneTransferStateChanged)(struct _LinphoneCore *lc, LinphoneCall *transfered, LinphoneCallState new_call_state);
|
typedef void (*LinphoneTransferStateChanged)(struct _LinphoneCore *lc, LinphoneCall *transfered, LinphoneCallState new_call_state);
|
||||||
/** Callback prototype */
|
/** Callback prototype */
|
||||||
typedef void (*CallStatsUpdated)(struct _LinphoneCore *lc, LinphoneCall *call, LinphoneCallStats *stats);
|
typedef void (*CallStatsUpdated)(struct _LinphoneCore *lc, LinphoneCall *call, const LinphoneCallStats *stats);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This structure holds all callbacks that the application should implement.
|
* This structure holds all callbacks that the application should implement.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue