assert-pre-internal.h: add BT_ASSERT_PRE_VALID_INDEX()
[babeltrace.git] / include / babeltrace / ctf-ir / utils.h
index d94b215d605fd689735b4c476896e22918c225fc..c93b0d8442c8b2fdef4a799a5facc516e389f3d5 100644 (file)
@@ -30,6 +30,7 @@
  * http://www.efficios.com/ctf
  */
 
+/* For bt_bool */
 #include <babeltrace/types.h>
 
 #ifdef __cplusplus
@@ -66,13 +67,10 @@ or if it does not meet any other imposed requirement.
 
 @prenotnull{identifier}
 */
-extern bt_bool bt_ctf_identifier_is_valid(const char *identifier);
+extern bt_bool bt_identifier_is_valid(const char *identifier);
 
 /** @} */
 
-/* Pre-2.0 CTF writer compatibility */
-extern int bt_ctf_validate_identifier(const char *identifier);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.02524 seconds and 4 git commands to generate.