From be3c60badd3f6243764d315085d6e894f4e37605 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 27 Dec 2015 12:03:16 +0100 Subject: [PATCH] sharedspice.c, add prototype for `getisrcval()' --- src/sharedspice.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sharedspice.c b/src/sharedspice.c index 122bf8e59..904e09018 100644 --- a/src/sharedspice.c +++ b/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);