summaryrefslogtreecommitdiffstats
path: root/fb2png/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'fb2png/fb.h')
-rw-r--r--fb2png/fb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fb2png/fb.h b/fb2png/fb.h
index 25922c83b..b82acba24 100644
--- a/fb2png/fb.h
+++ b/fb2png/fb.h
@@ -37,6 +37,7 @@ struct fb {
void* data;
};
+void fb_dump(const struct fb* fb);
int fb_save_png(const struct fb *fb, const char *path);
#endif