summaryrefslogtreecommitdiff
path: root/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu.h')
-rw-r--r--gpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu.h b/gpu.h
index f8fa886..6d07366 100644
--- a/gpu.h
+++ b/gpu.h
@@ -49,4 +49,6 @@ void GpuContextDestroyFrame(struct GpuContext* gpu_context,
struct GpuFrame* gpu_frame);
void GpuContextDestroy(struct GpuContext* gpu_context);
+void CloseUniqueFds(int fds[4]);
+
#endif // STREAMER_GPU_H_