summaryrefslogtreecommitdiff
path: root/support/dktools/dk3bmep.ctr
blob: a55313a6882034d5b2f254fbee2926180cb415bf (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
SPDX-License-Identifier:	BSD-3-Clause


%%	header

#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif

%%	module