Just some CVS ignore stuff.
[dia.git] / app / paginate_gdiprint.h
blobe14348f456ce5e266fffaf3c7041d69167846d16
1 #ifndef _PAGINATE_GDIPRINT_H
2 #define _PAGINATE_GDIPRINT_H
4 typedef struct _Diagram Diagram;
6 void diagram_print_gdi(Diagram *dia);
8 #endif