view src/scrobbler/plugin.h @ 3102:6520d2c15c6f

gio: do not register file:// twice by filtering it from the list
author William Pitcock <nenolod@atheme.org>
date Thu, 30 Apr 2009 09:45:04 -0500
parents ff9b4776b938
children
line wrap: on
line source

#ifndef PLUGIN_H
#define PLUGIN_H

#include <curl/curl.h>

void start(void);
void stop(void);
void setup_proxy(CURL *curl);

#endif