OSSP CVS Repository

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

ossp-pkg/l2/l2.h 1.1 -> 1.2

--- l2.h 2001/05/10 19:46:01     1.1
+++ l2.h 2001/05/11 17:07:52     1.2
@@ -95,6 +95,19 @@
     va_list       ap
 );
 
+/* list of shipped (output) channel handlers */
+extern l2_handler_t l2_handler_null;
+extern l2_handler_t l2_handler_fd;
+extern l2_handler_t l2_handler_file;
+extern l2_handler_t l2_handler_pipe;
+extern l2_handler_t l2_handler_socket;
+extern l2_handler_t l2_handler_syslog;
+
+/* list of shipped (filter) channel handlers */
+extern l2_handler_t l2_handler_filter;
+extern l2_handler_t l2_handler_prefix;
+extern l2_handler_t l2_handler_buffer;
+
 /* channel operations */
 l2_channel_t *l2_channel_create   (l2_handler_t *h);
 l2_channel_t *l2_channel_stack    (l2_channel_t *ch1, l2_channel_t *ch2);

CVSTrac 2.0.1