Another round of making local functions static and making sure that source files are in sync with their header files.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17337 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-05-03 21:33:00 +00:00
parent e243db65b4
commit 19425909c3
10 changed files with 11 additions and 4 deletions

View file

@ -19,6 +19,7 @@
/* "helper functions" common to all codecs */
#include <string.h>
#include "codecs.h"
#include "dsp.h"
#include "codeclib.h"