Mercurial > audlegacy-plugins
view 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 |
line wrap: on
line source
#ifndef PLUGIN_H #define PLUGIN_H void start(void); void stop(void); #endif