ossp-pkg/l2/l2_ut_format.h 1.3 -> 1.4
--- l2_ut_format.h 2002/07/30 19:08:25 1.3
+++ l2_ut_format.h 2003/01/06 11:41:52 1.4
@@ -1,8 +1,10 @@
/*
-** OSSP l2 - Logging Library
-** Copyright (c) 2001-2002 Cable & Wireless Deutschland GmbH
+** OSSP l2 - Flexible Logging
+** Copyright (c) 2001-2003 Cable & Wireless Deutschland GmbH
+** Copyright (c) 2001-2003 The OSSP Project (http://www.ossp.org/)
+** Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
**
-** This file is part of OSSP L2, a flexible logging library which
+** This file is part of OSSP l2, a flexible logging library which
** can be found at http://www.ossp.org/pkg/lib/l2/.
**
** Permission to use, copy, modify, and distribute this software for
@@ -49,17 +51,17 @@
char *num_buf, /* input arg: temporary buffer */
int num_buf_size, /* input arg: temporary buffer len */
char *extinfo, /* input arg: extension information */
- char fmt_char, /* input arg: current formatting character */
+ char fmt_char, /* input arg: current formatting character */
va_list *ap /* in/out arg: variable argument pointer */
);
/* arbitrary passed-through application data */
- union {
- int i;
- long l;
- double d;
- void *vp;
- } data[6];
+ union {
+ int i;
+ long l;
+ double d;
+ void *vp;
+ } data[6];
};
typedef struct l2_util_format_st l2_util_format_t;
|
|