X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=c50b28dc330b8c81c23aefb4133829974b2f7cce;hb=90bf3cefc3f8799b3a822bf9123f21e81220574e;hp=877e8bb6a2d29e1273a6cdd66a42d1b0fdc14d04;hpb=d11e9c4975d88591e2324b6b11f426a22995833f;p=babeltrace.git diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index 877e8bb6..c50b28dc 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -6,7 +6,9 @@ * * Trace Format Header * - * Copyright 2010, 2011 - Mathieu Desnoyers + * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation + * + * Author: Mathieu Desnoyers * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -35,9 +37,9 @@ struct format { void (*close_trace)(struct trace_descriptor *descriptor); }; -struct format *bt_lookup_format(GQuark qname); -void bt_fprintf_format_list(FILE *fp); -int bt_register_format(struct format *format); +extern struct format *bt_lookup_format(GQuark qname); +extern void bt_fprintf_format_list(FILE *fp); +extern int bt_register_format(struct format *format); /* TBD: format unregistration */