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