mirror of https://github.com/GNOME/gimp.git
9 lines
133 B
C
9 lines
133 B
C
|
#ifndef __PAPER_H
|
||
|
#define __PAPER_H
|
||
|
|
||
|
void create_paperpage(GtkNotebook *);
|
||
|
void paper_store(void);
|
||
|
void paper_restore(void);
|
||
|
|
||
|
#endif
|