sharedspice.c, add prototype for `getisrcval()'

This commit is contained in:
rlar 2015-12-27 12:03:16 +01:00
parent 8ae0b53b9f
commit be3c60badd
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ extern void initw(void);
static runDesc *cur_run;
void sh_stdflush(FILE *f);
double getisrcval(double time, char *iname);
int sh_fputsll(const char *input, FILE* outf);