[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/sound.c
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/sound.c |
Date: |
Mon, 29 May 2006 08:06:17 +0000 |
Index: emacs/src/sound.c
diff -u emacs/src/sound.c:1.38 emacs/src/sound.c:1.39
--- emacs/src/sound.c:1.38 Mon May 29 07:24:46 2006
+++ emacs/src/sound.c Mon May 29 08:06:15 2006
@@ -113,7 +113,8 @@
SOUND_ATTR_SENTINEL
};
-static void sound_perror P_ ((char *));
+static void alsa_sound_perror P_ ((char *, int)) NO_RETURN;
+static void sound_perror P_ ((char *)) NO_RETURN;
static void sound_warning P_ ((char *));
static int parse_sound P_ ((Lisp_Object, Lisp_Object *));