diff options
author | M.Gergő | 2020-05-13 19:49:38 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-13 19:49:38 +0200 |
commit | 802157d15c9d0adc37621c4f32ed8083dcaf8303 (patch) | |
tree | 9d9dfe1ef27b2e49112435d645ebe48575318200 /src/ini_rw.h | |
parent | 1ed4114bb3b9e701dcf6b2d8f1c6da2b47979d4d (diff) | |
download | lightconfini-802157d15c9d0adc37621c4f32ed8083dcaf8303.tar.gz lightconfini-802157d15c9d0adc37621c4f32ed8083dcaf8303.zip |
INI example
Diffstat (limited to 'src/ini_rw.h')
-rw-r--r-- | src/ini_rw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ini_rw.h b/src/ini_rw.h index 9a84c10..b424efb 100644 --- a/src/ini_rw.h +++ b/src/ini_rw.h @@ -33,6 +33,8 @@ enum ini_states {Start, BgnSp, CommEndW, SectEndW, SectEndD, EqW1, EqW2, ValPSP, struct lci_data *iniReadOut(const char *filename); int64_t getFileMaxLineLen(FILE *tfd); +char *strResize(char *ptr, size_t oldsize, size_t newsize); +lci_data *destroyNodes( lci_data *head); |