aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plugin_lib.h')
-rw-r--r--frontend/plugin_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h
index 02a6240..cfb9bd1 100644
--- a/frontend/plugin_lib.h
+++ b/frontend/plugin_lib.h
@@ -23,7 +23,7 @@ extern void *pl_fbdev_buf;
int pl_fbdev_init(void);
int pl_fbdev_set_mode(int w, int h, int bpp);
-void *pl_fbdev_flip(void);
+void pl_fbdev_flip(void);
void pl_fbdev_finish(void);
void pl_text_out16(int x, int y, const char *texto, ...);