summaryrefslogtreecommitdiff
path: root/src/bin/e_test.h
blob: 5bdf6fc58d30409b0dd5145713d5ffdb8c377ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
 */
#ifdef E_TYPEDEFS
#else
#ifndef E_TEST_H
#define E_TEST_H

EAPI void e_test(void);

#endif
#endif