annotate src/scrobbler/plugin.h @ 2511:da7e2ec2ea27

Use macro wrapping for Gtk+ v1 vs v2 differences, yet again.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Apr 2008 00:59:00 +0300
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