Description: Add missing function declarations
Author: Nilesh Patra
Last-Update: 2024-03-25 13:08:20 +0530
Forwarded: No (orphaned upstream)

--- a/src/funcs.h
+++ b/src/funcs.h
@@ -171,6 +171,9 @@
 /* mathsupport.c
  * Much of this code deals with Dirichlet prior mathematics. 
  */
+
+extern double Gammln(double x);
+extern double IncompleteGamma(double a, double x);
 extern int   Prob2Score(float p, float null);
 extern float Score2Prob(int sc, float null);
 extern float Scorify(int sc);
