src/cx/properties.h

changeset 1036
6d29532a76c3
parent 1031
8a90552bba29
child 1038
8cab3d8e0af4
equal deleted inserted replaced
1035:9b6ded88d7a0 1036:6d29532a76c3
46 46
47 #ifdef __cplusplus 47 #ifdef __cplusplus
48 extern "C" { 48 extern "C" {
49 #endif 49 #endif
50 50
51 /**
52 * Configures the expected characters for the properties parser.
53 */
51 struct cx_properties_config_s { 54 struct cx_properties_config_s {
52 /** 55 /**
53 * The key/value delimiter that shall be used. 56 * The key/value delimiter that shall be used.
54 * This is '=' by default. 57 * This is '=' by default.
55 */ 58 */

mercurial