aboutsummaryrefslogtreecommitdiff
path: root/win32/oscilloview.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/oscilloview.h')
-rw-r--r--win32/oscilloview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/oscilloview.h b/win32/oscilloview.h
index 8849830..00d2e60 100644
--- a/win32/oscilloview.h
+++ b/win32/oscilloview.h
@@ -13,7 +13,8 @@ extern struct oscilloview {
struct oscillodata oscillodata[LIBOPNA_OSCILLO_TRACK_COUNT];
} oscilloview_g;
-void show_oscilloview(HINSTANCE hinst, HWND parent);
+void oscilloview_open(HINSTANCE hinst, HWND parent, void (*closecb)(void *ptr), void *cbptr);
+void oscilloview_close(void);
#endif // MYON_FMPLAYER_WIN32_OSCILLOVIEW_H_INCLUDED