summaryrefslogtreecommitdiff
path: root/src/modules/syscon/e_syscon.h
blob: 2187b0509f8d60bc9f5ebcc3403f2c26b98622d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
 */
#ifdef E_TYPEDEFS

#else
#ifndef E_SYSCON_H
#define E_SYSCON_H

EAPI int e_syscon_init(void);
EAPI int e_syscon_shutdown(void);

EAPI int  e_syscon_show(E_Zone *zone, const char *defact);
EAPI void e_syscon_hide(void);

#endif
#endif