summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/bitmap.h')
-rw-r--r--Gui/bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/bitmap.h b/Gui/bitmap.h
index 9a6d5ebf18..6daa2927a1 100644
--- a/Gui/bitmap.h
+++ b/Gui/bitmap.h
@@ -17,5 +17,7 @@ typedef struct _txSample
extern int bpRead( char * fname, txSample * bf );
extern int conv24to32( txSample * bf );
+extern void Convert32to1( txSample * in,txSample * out,int adaptivlimit );
+extern void Convert1to32( txSample * in,txSample * out );
#endif