Cleanup: remove plugin-common.h
[babeltrace.git] / tests / lib / common.h
index 25a02ffadc81ecb559cdc596cf4cd0bccf2a8763..daa224f211ea100e142a9833258b191fb711b10d 100644 (file)
@@ -4,6 +4,7 @@
  * Lib BabelTrace - Common function to all tests
  *
  * Copyright 2012 - Yannick Brosseau <yannick.brosseau@gmail.com>
+ * Copyright 2016 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,6 +24,6 @@
 
 struct bt_context;
 
-struct bt_context *create_context_with_path(const char *path);
+void recursive_rmdir(const char *path);
 
 #endif /* _TESTS_COMMON_H */
This page took 0.026303 seconds and 4 git commands to generate.