Skip to content
Snippets Groups Projects
Commit c6d44a2a authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

tableLink(): removed static declaration.

parent 8b573756
No related branches found
No related tags found
1 merge request!7Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt()...
......@@ -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++ )
{
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment