Greg Stein <gstein@lyra.org> writes:
> >
> > +struct is_kind_args {
> > + int (*query)(dag_node_t *node);
> > + svn_fs_root_t *root;
> > + const char *path;
> > +
> > + int result; /* OUT parameter */
> > +};
>
> Any problem with converting some of the other _args structures to use an
> "out" field(s), rather than a pointer to memory to change? The field is much
> simpler to deal with.
+1
Received on Sat Oct 21 14:36:25 2006
This is an archived mail posted to the Subversion Dev
mailing list.