00001 00007 #ifndef INCL_MSGFILE_H 00008 #define INCL_MSGFILE_H 1 00009 00010 using std::istream; 00011 using std::vector; 00012 00013 int Read_text_msg_file 00014 ( 00015 istream& in, 00016 vector<char *>& strings // Strings returned here, each 00017 // allocated on heap. 00018 ); 00019 #endif