gimp/plug-ins/gimpressionist/paper.h
Shlomi Fish 3aa90e2818 Added the paper.h header for the functions defined in the paper.c module.
* plug-ins/gimpressionist/: Added the paper.h header for the functions
defined in the paper.c module. (thus removing more declarations
from gimpressionist.h)
2004-07-13 19:38:59 +00:00

9 lines
133 B
C

#ifndef __PAPER_H
#define __PAPER_H
void create_paperpage(GtkNotebook *);
void paper_store(void);
void paper_restore(void);
#endif