/* Throwback for LaCheck */

/* Set the name of the primary input file */
void throwback_primary (const_string filename);

/* Send a warning message */
void throwback_send (const_string filename, int lineno, const_string msg);
