summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy/proxy_iface_generated.h
Commit message (Collapse)AuthorAgeFilesLines
* PROXY: Do not abuse data provider interfacePavel Březina2016-08-161-0/+71
We want to use custom interface for proxy provider so we do not abuse the data provider one. This way we gain more control over it and we can remove the old interface entirely. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>