I want to remove all those macros from the official API at next soname bump

This commit is contained in:
Daniel Stenberg 2009-01-01 22:52:46 +00:00
parent 369fcddb24
commit 6a78a6b358

3
TODO
View File

@ -27,4 +27,7 @@ Things TODO
At next SONAME bump
===================
* stop using #defined macros as part of the official API. The macros should
either be turned into real functions or discarded from the API.
* remove libssh2_base64_decode() from the API/ABI