Browse Source

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

pre-master-46
rlar 10 years ago
parent
commit
be3c60badd
  1. 1
      src/sharedspice.c

1
src/sharedspice.c

@ -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);

Loading…
Cancel
Save