OSDN Git Service

binding with libharu.
[putex/putex.git] / src / texsourc / lib / libhpdf / demo / grid_sheet.h
1 /*
2  * << Haru Free PDF Library 2.0.0 >> -- grid_sheet.h
3  *
4  * Copyright (c) 1999-2006 Takeshi Kanno <takeshi_kanno@est.hi-ho.ne.jp>
5  *
6  * Permission to use, copy, modify, distribute and sell this software
7  * and its documentation for any purpose is hereby granted without fee,
8  * provided that the above copyright notice appear in all copies and
9  * that both that copyright notice and this permission notice appear
10  * in supporting documentation.
11  * It is provided "as is" without express or implied warranty.
12  *
13  */
14
15 #ifndef __GRID_SHEET_H
16 #define __GRID_SHEET_H
17
18 #include "hpdf.h"
19
20 void
21 print_grid  (HPDF_Doc     pdf,
22              HPDF_Page    page);
23
24 #endif /* __GRID_SHEET_H */