X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2FDEVELOPER;h=d0f8b5b58eb4dd51902d3d7d6d48ab1b7e6e933e;hb=59eefbb829310922ff29996bc7a1bbb2d8cdc08f;hp=2ddb69f6fc410e91078436ff7b3ca81406592300;hpb=d57dffcecc66f642fc7b53cdbdbb72c435c2da0a;p=netatalk.git 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