Skip to content
GitLab
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
1473e0be
Commit
1473e0be
authored
Jul 01, 2017
by
Uwe Schulzweida
Browse files
Moved declaration of tableInqParCode() to tablepar.h.
parent
9537ac0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/cdi.h
View file @
1473e0be
...
...
@@ -1220,8 +1220,6 @@ int tableInqModel(int tableID);
void
tableInqEntry
(
int
tableID
,
int
id
,
int
ltype
,
char
*
name
,
char
*
longname
,
char
*
units
);
int
tableInqParCode
(
int
tableID
,
char
*
name
,
int
*
code
);
/* History routines */
void
streamDefHistory
(
int
streamID
,
int
size
,
const
char
*
history
);
...
...
src/tablepar.h
View file @
1473e0be
...
...
@@ -22,6 +22,8 @@ param_type;
static
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
);
#endif
/*
* Local Variables:
...
...
src/vlist_var.c
View file @
1473e0be
...
...
@@ -11,6 +11,7 @@
#include
"vlist_var.h"
#include
"resource_handle.h"
#include
"cdi_att.h"
#include
"tablepar.h"
#include
"namespace.h"
#include
"serialize.h"
#include
"error.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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