* Europagate, 1994-1995.
*
* $Log: gw-log.h,v $
- * Revision 1.3 1995/02/23 08:32:11 adam
+ * Revision 1.4 1995/03/27 12:50:40 adam
+ * New level: GW_LOG_ERRNO.
+ *
+ * Revision 1.3 1995/02/23 08:32:11 adam
* Changed header.
*
* Revision 1.1.1.1 1995/02/09 17:27:12 adam
#define GW_LOG_WARN 0x02
#define GW_LOG_ACCT 0x04
#define GW_LOG_STAT 0x08
+#define GW_LOG_ERRNO 0x10
/* All debug levels */
#define GW_LOG_DEBUG 0xfff0
-/* Individual debug levels, x sould be in range 0-11 */
-#define GW_LOG_DEBUGN(x) (0x10<<(x))
+/* Individual debug levels, x sould be in range 0-10 */
+#define GW_LOG_DEBUGN(x) (0x20<<(x))
/* All levels on / All levels except debugging */
#define GW_LOG_ALL 0xffff
char *gw_strdup (const char *s);
/*
- Works as strdup, which is not defined by ANSI.
+ Works as strdup(3s), which is not defined by ANSI.
*/
<appname> one token
<session> one token
- <date> five tokens (Tue Dec 6 11:34:21 1994)
+ <date> one token yymmddhhmmss
<level> one token
<type> one token
* Europagate, 1994-1995.
*
* $Log: iso2709.h,v $
- * Revision 1.6 1995/03/08 12:36:35 adam
+ * Revision 1.7 1995/03/27 12:50:40 adam
+ * New level: GW_LOG_ERRNO.
+ *
+ * Revision 1.6 1995/03/08 12:36:35 adam
* New function: dbc2709_cvt.
*
* Revision 1.5 1995/02/23 08:32:12 adam
char *iso2709_read (FILE *inf);
Iso2709Rec iso2709_cvt (const char *buf);
-Iso2709Rec dbc2709_cvt (const char *buf);
void iso2709_rm (Iso2709Rec rec);
void iso2709_display (Iso2709Rec rec, FILE *out);