ossp-pkg/val/val.h 1.5 -> 1.6
--- val.h 2002/01/17 12:19:09 1.5
+++ val.h 2002/01/30 18:55:23 1.6
@@ -66,6 +66,9 @@
/* function type for use with val_apply() */
typedef val_rc_t (*val_cb_t)(void *, const char *, int, const char *, void *);
+/* unique library identifier */
+extern const char val_id[];
+
/* set of API functions */
val_rc_t val_create (val_t **);
val_rc_t val_destroy (val_t *);
|
|