• Max Kellermann's avatar
    input_stream: added struct input_plugin · f08041f0
    Max Kellermann authored
    Instead of managing a set of method pointers in each input_stream
    struct, move these into the new input_plugin struct.  Each
    input_stream has only a pointer to the plugin struct.  Pointers to all
    implementations are kept in the array "input_plugins".
    f08041f0
input_curl.h 1.02 KB