summaryrefslogtreecommitdiffstats
path: root/video/out/w32_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/w32_common.h')
-rw-r--r--video/out/w32_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/w32_common.h b/video/out/w32_common.h
index a71ccaa661..d8df37d6fa 100644
--- a/video/out/w32_common.h
+++ b/video/out/w32_common.h
@@ -49,6 +49,8 @@ struct vo_w32_state {
int mon_id;
};
+struct vo;
+
int vo_w32_init(struct vo *vo);
void vo_w32_uninit(struct vo *vo);
void vo_w32_ontop(struct vo *vo);