Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
56d6ae97
Commit
56d6ae97
authored
Feb 06, 2009
by
Emmanuel Milou
Browse files
Fix implicit declaration in reqaccount
parent
4103655d
Changes
2
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/assistant.h
View file @
56d6ae97
...
...
@@ -65,6 +65,8 @@ struct _wizard
GtkWidget
*
summary
;
/** Page 6 - Registration failed*/
GtkWidget
*
reg_failed
;
GtkWidget
*
sflphone_org
;
};
...
...
@@ -98,6 +100,7 @@ GtkWidget* build_nat_settings( void );
GtkWidget
*
build_iax_account_configuration
(
void
);
GtkWidget
*
build_summary
(
void
);
GtkWidget
*
build_registration_error
(
void
);
GtkWidget
*
build_sfl_or_account
(
void
);
/**
* Forward function
...
...
sflphone-gtk/src/reqaccount.c
View file @
56d6ae97
...
...
@@ -32,9 +32,14 @@
#include <netdb.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <stdlib.h>
#include "reqaccount.h"
int
req
(
char
*
host
,
int
port
,
char
*
req
,
char
*
ret
)
{
int
s
;
struct
sockaddr_in
servSockAddr
;
struct
hostent
*
servHostEnt
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment