summaryrefslogtreecommitdiff
path: root/support/dktools/dk3bmep.ctr
blob: ff195e3967632cb5502508bef49ef8d7f3bd8df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
%%	options

copyright owner	=	Dirk Krause
copyright year	=	2011-xxxx
license		=	bsd


%%	header

#ifdef __cplusplus
extern "C" {
#endif

/**	Convert bitmap image to PS/EPS/PDF
*/
int
dk3bmep_run(
);

#ifdef __cplusplus
}
#endif

%%	module