96add5280065f3e09672509179a90b3787e61814
[openssl.git] / demos / err / test_err.h
1 /* Demo of use of error library */
2
3 #ifndef TEST_ERR_H
4 #define TEST_ERR_H
5
6 #ifdef  __cplusplus
7 extern "C" {
8 #endif
9
10 /* Test library name */
11
12 #define TEST_LIB_NAME   "demo test library routines"
13
14 /* Normal header details go here */
15
16 /* Prototypes are picked up by the error script to generate strings for
17  * function names.
18  */
19
20 void a_test_function(void);
21
22 /* Everything after this point is auto generated when you do
23  * "make errors"
24  */