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
1b3b3dea
Commit
1b3b3dea
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Add missing static declarations.
parent
b5aeb3c2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/pio_posixfpguardsendrecv.c
View file @
1b3b3dea
...
...
@@ -154,7 +154,8 @@ destroyAFiledataPF(void *v)
/***************************************************************/
int
destroyBFiledataPF
(
void
*
v
)
static
int
destroyBFiledataPF
(
void
*
v
)
{
int
iret
=
0
;
bFiledataPF
*
bfd
=
(
bFiledataPF
*
)
v
;
...
...
@@ -167,7 +168,8 @@ int destroyBFiledataPF ( void *v )
/***************************************************************/
bool
compareNamesAPF
(
void
*
v1
,
void
*
v2
)
static
bool
compareNamesAPF
(
void
*
v1
,
void
*
v2
)
{
aFiledataPF
*
afd1
,
*
afd2
;
size_t
len
;
...
...
@@ -392,7 +394,8 @@ writePF(aFiledataPF *afd, int id)
/***************************************************************/
void
defTimestepPF
(
aFiledataPF
*
afd
,
int
tsID
)
static
void
defTimestepPF
(
aFiledataPF
*
afd
,
int
tsID
)
{
if
(
afd
==
NULL
||
tsID
<
0
||
tsID
!=
afd
->
tsID
+
1
)
xabort
(
" defTimestepPF() didn't succeed."
);
...
...
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