Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
59663538
Commit
59663538
authored
Nov 19, 2013
by
Thomas Jahns
🤸
Browse files
Add missing static declaration.
parent
b5bb2891
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pio_client.c
View file @
59663538
...
...
@@ -19,7 +19,8 @@
#include "pio_util.h"
#include "pio_serialize.h"
void
nullPackFunc
(
void
*
obj
,
void
*
buf
,
int
size
,
int
*
pos
,
void
*
context
)
static
void
nullPackFunc
(
void
*
obj
,
void
*
buf
,
int
size
,
int
*
pos
,
void
*
context
)
{
}
...
...
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