annotate src/scrobbler/plugin.h @ 2593:f4dce14ed238

Indentation cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2008 00:46:06 +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