X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=error.h;h=06d9e466f0ad4eafe9a43ecd50724788617393b9;hp=3a3551c4846acd68c4927e347c7c3af15f052fbc;hb=d1fe92e22362ab81cdf10f09b4847261f3b9899a;hpb=b10167d55798ea184f97fafda075255c0852f3b6 diff --git a/error.h b/error.h index 3a3551c..06d9e46 100644 --- a/error.h +++ b/error.h @@ -3,7 +3,7 @@ // ERROR.H - Error Handling // Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 -// Source Utilised with the Kind Permission of Landon Dyer +// Source utilised with the kind permission of Landon Dyer // #ifndef __ERROR_H__ @@ -27,5 +27,6 @@ int warni(const char *, unsigned); int interror(int); void cantcreat(const char *); void err_setup(void); +int at_eol(void); #endif // __ERROR_H__