diff options
Diffstat (limited to 'lib/ppmdraw.h')
-rw-r--r-- | lib/ppmdraw.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, |