Duplicate variant field name check
[babeltrace.git] / types / types.c
index 3b48d83abe0da025479690079d5a2a96cdd916eb..11e91b02218524b15a21f558c0f7ec311f69f50a 100644 (file)
@@ -5,7 +5,9 @@
  *
  * Types registry.
  *
- * Copyright 2010, 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation
+ *
+ * Author: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -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)
 {
This page took 0.025028 seconds and 4 git commands to generate.