X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Fcommon.h;h=daa224f211ea100e142a9833258b191fb711b10d;hb=dc3fffef7b84cc4af1a7c99828fd57a106cd2257;hp=25a02ffadc81ecb559cdc596cf4cd0bccf2a8763;hpb=71dd417a2b700c2315ef9919104572df1bc83f7a;p=babeltrace.git diff --git a/tests/lib/common.h b/tests/lib/common.h index 25a02ffa..daa224f2 100644 --- a/tests/lib/common.h +++ b/tests/lib/common.h @@ -4,6 +4,7 @@ * Lib BabelTrace - Common function to all tests * * Copyright 2012 - Yannick Brosseau + * Copyright 2016 - Jérémie Galarneau * * 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 */