ossp-pkg/l2/l2.h.in 1.20 -> 1.21
--- l2.h.in 2001/11/07 13:05:20 1.20
+++ l2.h.in 2001/11/07 16:17:09 1.21
@@ -227,6 +227,9 @@
l2_result_t l2_channel_type (l2_channel_t *ch, l2_chtype_t *type);
l2_result_t l2_channel_env (l2_channel_t *ch, l2_env_t **env);
+/* channel tree specification operations */
+l2_result_t l2_spec (l2_channel_t **ch, l2_env_t *env, const char *spec);
+
/* utility operations */
l2_result_t l2_util_setparams (l2_env_t *env, l2_param_t p[], const char *fmt, va_list ap);
l2_result_t l2_util_l2s (char *string, size_t maxlen, int sep, unsigned int levelmask);
|
|