// =========================================================== //
//                                                             //
//   File      : asciiprint.hxx                                //
//   Purpose   : show/print ASCII text                         //
//                                                             //
//   Institute of Microbiology (Technical University Munich)   //
//   http://www.arb-home.de/                                   //
//                                                             //
// =========================================================== //

#ifndef ASCIIPRINT_HXX
#define ASCIIPRINT_HXX

#ifndef AW_BASE_HXX
#include <aw_base.hxx>
#endif

void AWT_create_ascii_print_window(AW_root *awr, const char *text_to_print, const char *title=NULp);
void AWT_show_file(AW_root *awr, const char *filename);

#else
#error asciiprint.hxx included twice
#endif // ASCIIPRINT_HXX
