X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=5de52fcf73d0ef99a8f401dc50bcfd3c88207e46;hp=ef340da115b9432abdad0f35d6e5e94a3d23e52b;hb=95febab3a71bc0d64d9ebd0ce08787d96a51d475;hpb=6946751f1f5ce1ed7ed5648a8e259c68f718223c diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index ef340da1..5de52fcf 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -77,8 +77,8 @@ struct format { extern struct format *bt_lookup_format(bt_intern_str qname); extern void bt_fprintf_format_list(FILE *fp); extern int bt_register_format(struct format *format); +extern void bt_unregister_format(struct format *format); -/* TBD: format unregistration */ #ifdef __cplusplus } #endif