X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftypes.h;h=417bb691ca6020453905c7ecac64596955d00759;hp=3dea99e54b012d7fffc68640af8705f28249b1b8;hb=90b676d73fc6f817958083c0f159028a2f0b40ca;hpb=448d3cc7640830015850cc6287532d4c194fe690;ds=inline diff --git a/include/babeltrace/types.h b/include/babeltrace/types.h index 3dea99e5..417bb691 100644 --- a/include/babeltrace/types.h +++ b/include/babeltrace/types.h @@ -35,6 +35,7 @@ struct type_class { size_t (*copy)(unsigned char *dest, const struct format *fdest, const unsigned char *src, const struct format *fsrc, const struct type_class *type_class); + void (*free)(struct type_class *type_class); }; struct type_class_integer {