* print out error message
*/
void
-advise (const char *what, char *fmt, ...)
+advise (const char *what, const char *fmt, ...)
{
va_list ap;
* print out error message and exit
*/
void
-adios (const char *what, char *fmt, ...)
+adios (const char *what, const char *fmt, ...)
{
va_list ap;
* main routine for printing error messages.
*/
void
-advertise (const char *what, char *tail, char *fmt, va_list ap)
+advertise (const char *what, char *tail, const char *fmt, va_list ap)
{
int eindex = errno;
char buffer[BUFSIZ], err[BUFSIZ];