mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Make this method usable from filters that needs to access filter's in graph.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@471 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
9d9bd641ed
commit
35fc25ee57
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ void ms_ticker_destroy(MSTicker *ticker){
|
|||
ms_free(ticker);
|
||||
}
|
||||
|
||||
static void find_filters(MSList **filters, MSFilter *f ){
|
||||
void find_filters(MSList **filters, MSFilter *f ){
|
||||
int i,found;
|
||||
MSQueue *link;
|
||||
if (f==NULL) ms_fatal("Bad graph.");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue