mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix compilation error.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@218 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
0899a2bdc9
commit
356b063b1b
2 changed files with 4 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ linphone_3_SOURCES= main.c\
|
|||
chat.c \
|
||||
calllogs.c \
|
||||
logging.c \
|
||||
update.c \
|
||||
linphone.h
|
||||
|
||||
linphone_3_LDADD=$(top_builddir)/oRTP/src/libortp.la \
|
||||
|
|
|
|||
|
|
@ -58,7 +58,8 @@ static int linphone_gtk_get_new_version(const char *version_url, char *version,
|
|||
|
||||
#else
|
||||
|
||||
static int linphone_gtk_get_new_version(char *version, size_t size){
|
||||
static int linphone_gtk_get_new_version(const char *url, char *version, size_t size){
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
@ -101,6 +102,7 @@ static void *check_for_new_version(void *d){
|
|||
if (download_site) popup_new_version(download_site);
|
||||
}
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void linphone_gtk_check_for_new_version(void){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue