Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
4d9e79ae
Commit
4d9e79ae
authored
Mar 25, 2015
by
Thomas Jahns
🤸
Browse files
Add missing static declarations.
parent
3cd897f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/namespace.c
View file @
4d9e79ae
...
...
@@ -61,7 +61,7 @@ static const union namespaceSwitchValue
defaultSwitches_
[
NUM_NAMESPACE_SWITCH
]
=
defaultSwitches
;
#endif
struct
Namespace
static
struct
Namespace
{
statusCode
resStage
;
union
namespaceSwitchValue
switches
[
NUM_NAMESPACE_SWITCH
];
...
...
@@ -70,7 +70,7 @@ struct Namespace
.
switches
=
defaultSwitches
};
struct
Namespace
*
namespaces
=
&
initialNamespace
;
static
struct
Namespace
*
namespaces
=
&
initialNamespace
;
static
int
namespacesSize
=
1
;
...
...
Write
Preview
Supports
Markdown
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