$NetBSD: patch-aa,v 1.2 2013/08/13 00:40:27 khorben Exp $

--- beep/softvolume.c.orig	2004-06-20 18:48:54.000000000 +0000
+++ beep/softvolume.c
@@ -117,7 +117,7 @@ soft_volume_set(SoftVolumeConfig * c, gi
  *
  **************************************************************************/
 
-G_INLINE_FUNC void
+inline void
 effect_16bit(gint max, gint min, guint length, gint16 * sdata,
              SoftVolumeConfig * c)
 {
@@ -139,7 +139,7 @@ effect_16bit(gint max, gint min, guint l
  *
  **************************************************************************/
 
-G_INLINE_FUNC void
+inline void
 effect_8bit(gint max, gint min, guint length, gint8 * sdata,
             SoftVolumeConfig * c)
 {
