[gnumeric] Introspection: fix dual prototype.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Introspection: fix dual prototype.
- Date: Tue, 24 Mar 2015 12:13:17 +0000 (UTC)
commit 770f8dd9384350943e2a9c15ef474879fab2ff66
Author: Morten Welinder <terra gnome org>
Date: Tue Mar 24 08:12:42 2015 -0400
Introspection: fix dual prototype.
src/mathfunc.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/mathfunc.h b/src/mathfunc.h
index e24fa05..b1122f8 100644
--- a/src/mathfunc.h
+++ b/src/mathfunc.h
@@ -100,7 +100,6 @@ gnm_float qnbinom (gnm_float p, gnm_float n, gnm_float psuc, gboolean lower_tail
/* Hyper-geometrical distribution. */
gnm_float dhyper (gnm_float x, gnm_float r, gnm_float b, gnm_float n, gboolean give_log);
gnm_float phyper (gnm_float x, gnm_float r, gnm_float b, gnm_float n, gboolean lower_tail, gboolean log_p);
-gnm_float qhyper (gnm_float p, gnm_float r, gnm_float b, gnm_float n, gboolean lower_tail, gboolean log_p);
/* Geometric distribution. */
gnm_float dgeom (gnm_float x, gnm_float psuc, gboolean give_log);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]