--- val.pod 2002/01/17 11:50:06 1.6
+++ val.pod 2002/01/17 12:19:09 1.7
@@ -68,6 +68,7 @@
C<val_create>,
C<val_destroy>,
C<val_reg>,
+C<val_unreg>,
C<val_query>,
C<val_set>,
C<val_get>,
@@ -179,6 +180,10 @@
can only be access through B<val_get>(), B<val_set>() or after the actual
storage address was queried using B<val_query>().
+=item val_rc_t B<val_unreg>(val_t *I<val>, const char *I<name>);
+
+Unregisters a variable I<name> in I<val>.
+
=item val_rc_t B<val_query>(val_t *I<val>, const char *I<name>, int *I<ptype>, char **I<pdesc>, void **I<pstorage>);
Queries a variable I<name> in I<val> and returns it's type, description and
|