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
c6d44a2a
Commit
c6d44a2a
authored
Apr 14, 2020
by
Uwe Schulzweida
Browse files
tableLink(): removed static declaration.
parent
8b573756
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/table.c
View file @
c6d44a2a
...
...
@@ -69,7 +69,7 @@ void tableDefEntry(int tableID, int id, int ltype, const char *name,
}
}
static
void
tableLink
(
int
tableID
,
const
param_type
*
pars
,
int
npars
)
void
tableLink
(
int
tableID
,
const
param_type
*
pars
,
int
npars
)
{
for
(
int
item
=
0
;
item
<
npars
;
item
++
)
{
...
...
src/tablepar.h
View file @
c6d44a2a
...
...
@@ -19,7 +19,7 @@ typedef struct
param_type
;
static
void
tableLink
(
int
tableID
,
const
param_type
*
pars
,
int
npars
);
void
tableLink
(
int
tableID
,
const
param_type
*
pars
,
int
npars
);
int
tableDef
(
int
modelID
,
int
tablegribID
,
const
char
*
tablename
);
int
tableInqParCode
(
int
tableID
,
char
*
name
,
int
*
code
);
...
...
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