Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14330

Modified Files:
        tablet.mx 
Log Message:
Make function visible for the DataCell.


Index: tablet.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/tablet.mx,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- tablet.mx   20 May 2007 17:24:49 -0000      1.88
+++ tablet.mx   25 May 2007 06:22:13 -0000      1.89
@@ -449,6 +449,7 @@
 tablet_export ptr *TABLETadt_frStr(void *extra, int type, char *s, char *e, 
char quote);
 tablet_export int TABLETadt_toStr(void *extra, char **buf, int *len, int type, 
ptr a);
 tablet_export int insert_line(Tablet * as, char *line, ptr key);
+tablet_export int output_file_dense(Tablet * as, stream *fd);
 
 #endif
 @c
@@ -1608,7 +1609,7 @@
        return res;
 }
 
-static int
+int
 output_file_dense(Tablet * as, stream *fd)
 {
        int len = BUFSIZ, res = 0;


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to