annotate src/scrobbler/plugin.h @ 2784:eda1d6e7ea27

add ${AUDLDFLAGS} for linking audutil
author VDR dai (audacious) <d+audacious@vdr.jp>
date Tue, 08 Jul 2008 12:02:24 +0900
parents 15aa13c91259
children ff9b4776b938
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
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
4 void start(void);
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
5 void stop(void);
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
6
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
7 #endif