/*
- * $Id: rfc1123.c,v 1.11 1998/01/02 22:39:15 kostas Exp $
+ * $Id: rfc1123.c,v 1.12 1998/01/05 00:57:53 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
#endif
#include "util.h"
+#include "snprintf.h"
#define RFC850_STRFTIME "%A, %d-%b-%y %H:%M:%S GMT"
#define RFC1123_STRFTIME "%a, %d %b %Y %H:%M:%S GMT"
/*
- * $Id: rfc1738.c,v 1.13 1998/01/02 22:45:03 kostas Exp $
+ * $Id: rfc1738.c,v 1.14 1998/01/05 00:57:54 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
#endif
#include "util.h"
+#include "snprintf.h"
/*
* RFC 1738 defines that these characters should be escaped, as well
#include <arpa/inet.h>
#endif
+#include "snprintf.h"
+
int
safe_inet_addr(const char *buf, struct in_addr *addr)
{
/*
- * $Id: util.c,v 1.37 1998/01/02 22:39:17 kostas Exp $
+ * $Id: util.c,v 1.38 1998/01/05 00:57:55 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
#endif
#include "util.h"
+#include "snprintf.h"
void (*failure_notify) (const char *) = NULL;
static char msg[128];