Visibility hidden by default
[babeltrace.git] / src / fd-cache / fd-cache.h
index 3132311cc5a74168ebd12ef1b3ea8c1a71b838c4..9a04bb47330c756256f350884665b702e977728d 100644 (file)
@@ -26,17 +26,13 @@ int bt_fd_cache_handle_get_fd(struct bt_fd_cache_handle *handle)
        return handle->fd;
 }
 
-BT_HIDDEN
 int bt_fd_cache_init(struct bt_fd_cache *fdc, int log_level);
 
-BT_HIDDEN
 void bt_fd_cache_fini(struct bt_fd_cache *fdc);
 
-BT_HIDDEN
 struct bt_fd_cache_handle *bt_fd_cache_get_handle(struct bt_fd_cache *fdc,
                const char *path);
 
-BT_HIDDEN
 void bt_fd_cache_put_handle(struct bt_fd_cache *fdc,
                struct bt_fd_cache_handle *handle);
 
This page took 0.025233 seconds and 4 git commands to generate.