XROAD
fix_parser_fwd.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C"
10 {
11 #endif
12 
13 typedef struct fix_parser_s fix_parser_t;
14 typedef struct fix_page_s fix_page_t;
15 typedef struct fix_error_s fix_error_t;
16 
17 #ifdef __cplusplus
18 }
19 #endif
Definition: fix_error_priv.h:22
Definition: fix_parser_priv.h:21
Definition: fix_parser_priv.h:29