Skip to content
Snippets Groups Projects
Commit 14107809 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add static declaration for function used in compilation unit only.

parent 3fec713d
No related branches found
No related tags found
No related merge requests found
......@@ -1655,7 +1655,9 @@ void streamReadVar(int streamID, int varID, double *data, int *nmiss)
}
void stream_write_var(int streamID, int varID, int memtype, const void *data, int nmiss)
static void
stream_write_var(int streamID, int varID, int memtype, const void *data,
int nmiss)
{
int filetype;
stream_t *streamptr;
......
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