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
83f7083f
Commit
83f7083f
authored
Aug 01, 2014
by
Thomas Jahns
🤸
Browse files
Add static declaration to function only used in same file.
parent
e496ab40
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/extralib.c
View file @
83f7083f
...
...
@@ -241,9 +241,8 @@ int extDefHeader(void *ext, const int *header)
}
int
extInqData
(
void
*
ext
,
int
prec
,
void
*
data
)
static
int
extInqData
(
extrec_t
*
ext
p
,
int
prec
,
void
*
data
)
{
extrec_t
*
extp
=
(
extrec_t
*
)
ext
;
size_t
datasize
;
size_t
i
;
int
ierr
=
0
;
...
...
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