X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=types%2Ftypes.c;h=d3c204aeed8f2a20c8d084ecd70c869414f2fb4b;hp=3b48d83abe0da025479690079d5a2a96cdd916eb;hb=018f3175330093bae1c35ed2e571c8181254c545;hpb=7d11cac68520597dfe2cbb67f17a1340d41fc0d9 diff --git a/types/types.c b/types/types.c index 3b48d83a..d3c204ae 100644 --- a/types/types.c +++ b/types/types.c @@ -5,7 +5,9 @@ * * Types registry. * - * 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 @@ -19,7 +21,8 @@ */ #include -#include +#include +#include #include #include #include @@ -597,7 +600,6 @@ void free_definition_scope(struct definition_scope *scope) g_free(scope); } -static struct definition *lookup_definition(struct definition *definition, const char *field_name) {