1 /* 2 * ECHOTOSS.H 3 * 4 * Written on 28-Jun-97 by Andrew Clarke and released to the public domain. 5 * 6 * Code to append to Msged ECHOTOSS.LOG file. 7 */ 8 9 #ifndef __ECHOTOSS_H__ 10 #define __ECHOTOSS_H__ 11 12 void echotoss_add(AREA *a); 13 14 #endif 15