debuginfod_default_progressfn was added without a corresponding dummy
variant, causing an error when building with --disable-debuginfod and
--enable-libdebuginfod=dummy.
Signed-off-by: Aaron Merey <amerey@redhat.com>
int debuginfod_add_http_header (debuginfod_client *c,
const char *h) { return -ENOSYS; }
const char* debuginfod_get_headers (debuginfod_client *c) { return NULL; }
+int debuginfod_default_progressfn (debuginfod_client *c, long a, long b)
+ { return 0; }
void debuginfod_end (debuginfod_client *c) { }