audiod: Fix error checking in init_default_filters().
[paraslash.git] / spx.h
diff --git a/spx.h b/spx.h
index 6ffa80eb17342841295d213ce6b193960160449b..4f46f03b73a62f357938af5285b274476db46aca 100644 (file)
--- a/spx.h
+++ b/spx.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2010 Andre Noll <maan@systemlinux.org>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  *  \file spx.h Structures and prototypes common to the speex audio format
@@ -37,4 +33,3 @@ struct spx_header_info {
 
 int spx_process_header(unsigned char *packet, long bytes,
                struct spx_header_info *shi);
-int spx_ctl(void *state, int request, void *ptr);