summaryrefslogtreecommitdiff
path: root/support/dktools/dk3prcfg.h
blob: 26fab757a7c939c5cf633c77ae6d4d2d9ced7946 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
Copyright (C) 2013-2020, Dirk Krause
SPDX-License-Identifier: BSD-3-Clause
*/

/*
	WARNING: This file was generated by the dkct program (see
	http://dktools.sourceforge.net/ for details).
	Changes you make here will be lost if dkct is run again!
	You should modify the original source and run dkct on it.
	Original source: dk3prcfg.ctr
*/

/**	@file dk3prcfg.h Header file for the dk3prcfg module.
*/

#ifndef DK3PRCFG_H_INCLUDED
/** Avoid multiple inclusions. */
#define DK3PRCFG_H_INCLUDED 1


#line 8 "dk3prcfg.ctr"

#ifdef __cplusplus
extern "C" {
#endif

/**	Read dk3print.conf files.
	@param	pc	Configuration to set up.
	@return	1 on success, 0 on error.
*/
int
dk3print_read_config_files(dk3_print_conf_t *pc);

#ifdef __cplusplus
}
#endif


#endif