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:
smorlat 2009-01-04 22:04:51 +00:00
parent 0899a2bdc9
commit 356b063b1b
2 changed files with 4 additions and 1 deletions

View file

@ -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 \

View file

@ -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){