Check-in Number:
|
470 | |
Date: |
2001-May-17 16:41:30 (local)
2001-May-17 14:41:30 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added missing "_st" suffix to the declaration of the l2_stream structure. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/l2_p.h 1.1 -> 1.2
--- l2_p.h 2001/05/10 19:46:01 1.1
+++ l2_p.h 2001/05/17 14:41:30 1.2
@@ -49,7 +49,7 @@
l2_formatter_t callback;
} l2_format_t;
-struct l2_stream {
+struct l2_stream_st {
unsigned int levelmask;
char message[L2_MAX_MSGSIZE];
l2_channel_t *channels[L2_MAX_CHANNELS];
|
|