00001 /* 00002 * vim:ts=4:sw=4:expandtab 00003 */ 00004 00005 #ifndef _OUTPUT_H 00006 #define _OUTPUT_H 00007 00012 Con *output_get_content(Con *output); 00013 00014 #endif