openbsd-ports/audio/xmms/patches/patch-xmms_plugin_h
naddy 944184ef66 Cleanups:
- regen patches, add RCS keywords
- remove redundant dependencies
- remove unused libtool dependency
- add major version number to library dependencies
- don't build included gettext
- miscellaneous
2001-07-25 15:48:26 +00:00

12 lines
462 B
Plaintext

$OpenBSD: patch-xmms_plugin_h,v 1.2 2001/07/25 15:48:26 naddy Exp $
--- xmms/plugin.h.orig Wed Mar 1 21:28:06 2000
+++ xmms/plugin.h Wed Jul 25 16:47:43 2001
@@ -58,6 +58,7 @@ typedef struct
int (*output_time) (void); /* Return the current playing time */
int (*written_time) (void); /* Return the length of all the data that has been written to
the buffer */
+ void (*cleanup) (void); /* Called when the plugin is unloaded */
}
OutputPlugin;