From 67e41068ab7531b3bd5bf40036d0d9a36071d036 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 24 May 2008 20:36:09 +0000 Subject: Release 10.35.44 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@633 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/ppmdraw.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/ppmdraw.h') diff --git a/lib/ppmdraw.h b/lib/ppmdraw.h index 6a379573..7441cc43 100644 --- a/lib/ppmdraw.h +++ b/lib/ppmdraw.h @@ -237,6 +237,10 @@ ppmd_fill_create(void); void ppmd_fill_destroy(struct fillobj * fillObjP); +/* For backward compatibility only: */ +char * +ppmd_fill_init(void); + void ppmd_fill_drawproc(pixel ** const pixels, int const cols, -- cgit 1.4.1