| 63 cxstring *key, cxstring *value); |
63 cxstring *key, cxstring *value); |
| 64 |
64 |
| 65 void cxPropertiesUseStack(CxProperties *prop, |
65 void cxPropertiesUseStack(CxProperties *prop, |
| 66 char *buf, size_t capacity); |
66 char *buf, size_t capacity); |
| 67 |
67 |
| 68 CxPropertiesStatus cxPropertiesLoad(CxPropertiesConfig config, |
68 CxPropertiesStatus cxPropertiesLoad( |
| 69 const CxAllocator *allocator, |
69 const CxAllocator *allocator, |
| 70 AnyStr filename, CxMap *target); |
70 AnyStr filename, CxMap *target, |
| |
71 CxPropertiesConfig config); |
| 71 |
72 |
| 72 CxPropertiesStatus cxPropertiesLoadDefault( |
73 CxPropertiesStatus cxPropertiesLoadDefault( |
| 73 const CxAllocator *allocator, |
74 const CxAllocator *allocator, |
| 74 AnyStr filename, CxMap *target); |
75 AnyStr filename, CxMap *target); |
| 75 ``` |
76 ``` |