From 4341211ddc300e7f64e2935f8e19052d1c12c7ed Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 26 Sep 2004 09:25:59 +0000 Subject: Added header file for bitswap, and made the fliptable global for re-use git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5120 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- apps/talk.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/plugin.c b/apps/plugin.c index 6892cb9..9a7a397 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -67,7 +67,7 @@ static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE]; #else extern unsigned char pluginbuf[]; -extern void bitswap(unsigned char *data, int length); +#include "bitswap.h" #endif static bool plugin_loaded = false; diff --git a/apps/talk.c b/apps/talk.c index 941af1d..c0fe599 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -32,7 +32,7 @@ #include "lang.h" #include "talk.h" #include "id3.h" -extern void bitswap(unsigned char *data, int length); /* no header for this */ +#include "bitswap.h" /***************** Constants *****************/ -- cgit v1.1