Description: fix FTBFS with implicit-function-declaration

Author: Chirag Sukhala
Bug-Debian: https://bugs.debian.org/1066499
Bug-Debian: https://bugs.debian.org/1075571
Forwarded: https://github.com/daissi/thesias/pull/2
Reviewed-by: Nilesh Patra <nilesh@iki.fi>
Reviewed-by: Étienne Mollier <emollier@debian.org>
Last-Update: 2024-07-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/thesiaslib.c
+++ b/src/thesiaslib.c
@@ -26,6 +26,7 @@
 extern double gamma (double);
 extern double chdtrc(double, double);
 extern int mtherr(char *, int );
+extern int thesiasRun(char*, int, int, int*, int, int, int, int, int, int, int, int, int, int*, int, int);
 
 JNIEXPORT jint JNICALL Java_thesiaslib_thesiasRun
   (JNIEnv      *env, 
