diff options
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); |