Print this page
11545 Want configurable output field separator for libofmt
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>

@@ -30,15 +30,17 @@
 
 $mapfile_version 2
 
 SYMBOL_VERSION ILLUMOSprivate {
     global:
+        ofmt_check;
         ofmt_close;
         ofmt_open;
         ofmt_print;
+        ofmt_print_header;
+        ofmt_set_fs;
         ofmt_strerror;
         ofmt_update_winsize;
-        ofmt_check;
 
     local:
         *;
 };