Index: trunk/Ohana/src/libohana/include/ohana.h
===================================================================
--- trunk/Ohana/src/libohana/include/ohana.h	(revision 31635)
+++ trunk/Ohana/src/libohana/include/ohana.h	(revision 31663)
@@ -19,4 +19,7 @@
 # include <readline/readline.h>
 
+// comment this out to avoid the internal Ohana memory management code
+// # define OHANA_MEMORY
+
 // XXX I was including these before, but RHL claims they are not needed
 // # include <malloc.h>
@@ -234,4 +237,5 @@
 int     scan_line              PROTO((FILE *f, char *line)); 
 int     dparse                 PROTO((double *X, int NX, char *line));
+int     dparse_csv             PROTO((double *X, int NX, char *line));
 int     fparse                 PROTO((float *X, int NX, char *line));
 int     get_argument           PROTO((int argc, char **argv, char *arg));
