changeset 781:69ab3df105c1

Fix an #ifdef, it was reversed.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Nov 2012 13:09:11 +0200
parents 80139f0ac82a
children 64352e85113e
files src/xs_support.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_support.h	Tue Nov 06 13:08:58 2012 +0200
+++ b/src/xs_support.h	Tue Nov 06 13:09:11 2012 +0200
@@ -128,7 +128,7 @@
 void    xs_findnum(const gchar *, size_t *);
 
 
-#ifdef AUDACIOUS_PLUGIN
+#ifndef AUDACIOUS_PLUGIN
 void    xs_md5_init(xs_md5state_t *ctx);
 void    xs_md5_append(xs_md5state_t *ctx, const guint8 *buf, guint len);
 void    xs_md5_finish(xs_md5state_t *ctx, xs_md5hash_t digest);