annotate src/scrobbler/plugin.h @ 3193:93cf4d0a0dde

alsa-ng: Prefer "PCM" volume control over "Wave" on systems that have both, for consistency with OSS plugin and maybe other apps (closes AUD-34 and AUD-36).
author John Lindgren <john.lindgren@tds.net>
date Mon, 29 Jun 2009 23:05:56 -0400
parents ff9b4776b938
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2320
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
1 #ifndef PLUGIN_H
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
2 #define PLUGIN_H
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
3
2904
ff9b4776b938 now scrobbler uses proxy settings;
Andrew O. Shadoura <bugzilla@tut.by>
parents: 2320
diff changeset
4 #include <curl/curl.h>
ff9b4776b938 now scrobbler uses proxy settings;
Andrew O. Shadoura <bugzilla@tut.by>
parents: 2320
diff changeset
5
2320
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
6 void start(void);
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
7 void stop(void);
2904
ff9b4776b938 now scrobbler uses proxy settings;
Andrew O. Shadoura <bugzilla@tut.by>
parents: 2320
diff changeset
8 void setup_proxy(CURL *curl);
2320
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
9
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
10 #endif