summaryrefslogtreecommitdiff
path: root/drivers/vorbis/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vorbis/window.h')
-rw-r--r--drivers/vorbis/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/vorbis/window.h b/drivers/vorbis/window.h
index 192bd9cfe7..51f97599f5 100644
--- a/drivers/vorbis/window.h
+++ b/drivers/vorbis/window.h
@@ -11,14 +11,14 @@
********************************************************************
function: window functions
- last mod: $Id: window.h 13293 2007-07-24 00:09:47Z xiphmont $
+ last mod: $Id: window.h 19028 2013-12-02 23:23:39Z tterribe $
********************************************************************/
#ifndef _V_WINDOW_
#define _V_WINDOW_
-extern float *_vorbis_window_get(int n);
+extern const float *_vorbis_window_get(int n);
extern void _vorbis_apply_window(float *d,int *winno,long *blocksizes,
int lW,int W,int nW);