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
a0f1fdf8
Commit
a0f1fdf8
authored
Apr 04, 2014
by
Thomas Jahns
🤸
Browse files
Add missing static declaration.
parent
fa829878
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
a0f1fdf8
...
...
@@ -56,7 +56,7 @@ static void gridPack ( void * gridptr, void * buff, int size,
int
*
position
,
void
*
context
);
static
int
gridTxCode
(
void
);
resOps
gridOps
=
{
gridCompareP
,
gridDestroyP
,
gridPrintP
static
resOps
gridOps
=
{
gridCompareP
,
gridDestroyP
,
gridPrintP
,
gridGetPackSize
,
gridPack
,
gridTxCode
};
...
...
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