Index: trunk/Ohana/src/libohana/include/ohana.h
===================================================================
--- trunk/Ohana/src/libohana/include/ohana.h	(revision 16040)
+++ trunk/Ohana/src/libohana/include/ohana.h	(revision 16060)
@@ -184,6 +184,6 @@
 char   *ohana_version          PROTO(());
 
-int     dgaussj                PROTO((double **a, int n, double **b, int m));
-int     fgaussj                PROTO((float **a, int n, float **b, int m));
+int     dgaussjordan           PROTO((double **A, double **B, int N, int M));
+int     fgaussjordan           PROTO((float **A, float **B, int n, int m));
 
 /* in time.c */
