aboutsummaryrefslogtreecommitdiffstats
path: root/image.c
diff options
context:
space:
mode:
authorAraki Ken <arakiken@users.sf.net>2014-09-27 12:21:39 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-12-06 11:47:05 +0000
commit75e89acd804c61796c62cafd79e78552ba5343c4 (patch)
tree04bf8ee0817d88973cba5cc05374a62d9f8f3896 /image.c
parentShow the first frame of animation gif files. (diff)
downloadw3m-75e89acd804c61796c62cafd79e78552ba5343c4.tar.gz
w3m-75e89acd804c61796c62cafd79e78552ba5343c4.zip
Add declaration of get_pixel_per_cell().
Diffstat (limited to 'image.c')
-rw-r--r--image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/image.c b/image.c
index 33c5462..f4fb487 100644
--- a/image.c
+++ b/image.c
@@ -44,6 +44,8 @@ initImage()
activeImage = TRUE;
}
+int get_pixel_per_cell(int *ppc, int *ppl);
+
int
getCharSize()
{