Add shared copyright to EfficiOS Inc. and Linux Foundation
[babeltrace.git] / include / babeltrace / types.h
index 4534d0f1c2e491c2db7ba5f865b09a22826e7897..a9fb5fe3ef6e30acd2b63d5b046128291ba1e064 100644 (file)
@@ -6,7 +6,9 @@
  *
  * Type Header
  *
- * 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
@@ -512,6 +514,8 @@ void append_scope_path(const char *path, GArray *q);
 /*
  * Lookup helpers.
  */
+struct definition *lookup_definition(struct definition *definition,
+                                    const char *field_name);
 struct definition_integer *lookup_integer(struct definition *definition,
                                          const char *field_name,
                                          int signedness);
This page took 0.023801 seconds and 4 git commands to generate.