X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=doc%2FDEVELOPER;h=d0f8b5b58eb4dd51902d3d7d6d48ab1b7e6e933e;hp=2ddb69f6fc410e91078436ff7b3ca81406592300;hb=3a84db87064922ad10ac10cc1d6833380e575995;hpb=652975a5da5c4a82bcf56c778cb3fa805f16b266 diff --git a/doc/DEVELOPER b/doc/DEVELOPER index 2ddb69f6..d0f8b5b5 100644 --- a/doc/DEVELOPER +++ b/doc/DEVELOPER @@ -200,9 +200,9 @@ The ini parser is taken from . It has been slightly modified: - case-sensitive - "include" directive added -- iniparser_getstrdup() to complemnt iniparser_getstring(), it return allocated +- atalk_iniparser_getstrdup() to complemnt atalk_iniparser_getstring(), it return allocated strings which the caller must free as necessary -- the API has been modifed such that all iniparser_get* funcs take a section and +- the API has been modifed such that all atalk_iniparser_get* funcs take a section and a parameter as sepereta args instead of one string of the form "section:parameter" in the original library