This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / libexec / uucp / libuucp / status.c
/* status.c
Strings for status codes. */
#include "uucp.h"
#include "uudefs.h"
/* Status strings. These must match enum tstatus_type. */
const char *azStatus[] =
{
"Conversation complete",
"Port unavailable",
"Dial failed",
"Login failed",
"Handshake failed",
"Call failed",
"Talking",
"Wrong time to call"
};