HalosGhost / shaman

A small, native C library and utility to fetch weather
GNU General Public License v2.0
49 stars 4 forks source link

Restructure ``owm_easy()`` interface for a wide set of options #21

Open HalosGhost opened 10 years ago

HalosGhost commented 10 years ago

This will greatly restructure the library (to be much more like libcurl's curl_easy_setopt() interface. As a consequence, it will allow for a great deal more options without simply piling on extra function parameters.