Skip to content
Snippets Groups Projects
Commit e957fa57 authored by slevy's avatar slevy
Browse files

Declare tokenize(). It really shouldn't go in this file though.

parent fdc5c544
No related branches found
No related tags found
No related merge requests found
......@@ -347,6 +347,7 @@ extern struct specklist * specks_timespecks( struct stuff *, int dataset, int ti
extern struct specklist **specks_timespecksptr( struct stuff *, int dataset, int timestep );
extern float display_time(void);
int tokenize(char *str, char *tbuf, int maxargs, char **argv, char **commentp);
#ifdef __cplusplus
}
......
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