Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
freediameter
Commits
5890e30a
Commit
5890e30a
authored
Dec 02, 2010
by
Sebastien Decugis
Browse files
Fix some compilation warning on OpenSUSE
parent
1f5c24b1
Changes
5
Hide whitespace changes
Inline
Side-by-side
extensions/dict_mip6a/dict_mip6a.c
View file @
5890e30a
...
...
@@ -185,7 +185,7 @@ struct local_rules_definition {
/* Dictionary */
int
dict_mip6a_init
()
int
dict_mip6a_init
(
char
*
conffile
)
{
struct
dict_object
*
mip6a
;
{
...
...
extensions/dict_mip6i/dict_mip6i.c
View file @
5890e30a
...
...
@@ -208,7 +208,7 @@ struct local_rules_definition {
/* Dictionary */
int
dict_mip6i_init
()
int
dict_mip6i_init
(
char
*
conffile
)
{
struct
dict_object
*
mip6i
;
{
...
...
extensions/dict_nas_mipv6/dict_nas_mipv6.c
View file @
5890e30a
...
...
@@ -120,7 +120,7 @@ struct local_rules_definition {
/* Dictionary */
int
dict_nas_mipv6_init
()
int
dict_nas_mipv6_init
(
char
*
conffile
)
{
struct
dict_object
*
nas_mipv6
;
{
...
...
extensions/dict_rfc5777/dict_rfc5777.c
View file @
5890e30a
...
...
@@ -221,7 +221,7 @@ struct local_rules_definition {
/* Dictionary */
int
dict_rfc5777_init
()
int
dict_rfc5777_init
(
char
*
conffile
)
{
struct
dict_object
*
rfc5777
;
{
...
...
extensions/dict_sip/dict_sip.c
View file @
5890e30a
...
...
@@ -90,7 +90,7 @@ struct local_rules_definition {
int
ds_dict_init
()
int
ds_dict_init
(
char
*
conffile
)
{
struct
dict_object
*
sip
;
{
...
...
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