X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=types%2Ftypes.c;h=4e96f443645ca72cec72f21ae409617ee140a2b6;hb=d2c0553c848fd84979ac2d3d5fce8fafd56105b3;hp=3b48d83abe0da025479690079d5a2a96cdd916eb;hpb=7d11cac68520597dfe2cbb67f17a1340d41fc0d9;p=babeltrace.git diff --git a/types/types.c b/types/types.c index 3b48d83a..4e96f443 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,7 @@ */ #include -#include +#include #include #include #include @@ -597,7 +599,6 @@ void free_definition_scope(struct definition_scope *scope) g_free(scope); } -static struct definition *lookup_definition(struct definition *definition, const char *field_name) {