OSSP CVS Repository

ossp - Difference in ossp-pkg/l2/l2.h versions 1.5 and 1.6
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/l2/l2.h 1.5 -> 1.6

--- l2.h 2001/05/24 09:40:28     1.5
+++ l2.h 2001/05/26 08:02:55     1.6
@@ -120,10 +120,10 @@
 struct l2_handler_st {
     int (*create)   (l2_context_t *ctx);
     int (*configure)(l2_context_t *ctx, const char *fmt, va_list ap);
-    int (*open)     (l2_context_t *ctx, l2_channel_t *below);
-    int (*write)    (l2_context_t *ctx, l2_channel_t *below, const char *buf, size_t buf_size);
-    int (*flush)    (l2_context_t *ctx, l2_channel_t *below);
-    int (*close)    (l2_context_t *ctx, l2_channel_t *below);
+    int (*open)     (l2_context_t *ctx, l2_channel_t *downstream);
+    int (*write)    (l2_context_t *ctx, l2_channel_t *downstream, const char *buf, size_t buf_size);
+    int (*flush)    (l2_context_t *ctx, l2_channel_t *downstream);
+    int (*close)    (l2_context_t *ctx, l2_channel_t *downstream);
     int (*destroy)  (l2_context_t *ctx);
 };
 

CVSTrac 2.0.1