From: Michael Schroeder Date: Fri, 29 Apr 2011 09:49:48 +0000 (+0200) Subject: - add forward declaration of data_skip_key, remove bogus declarations X-Git-Tag: BASE-SuSE-Code-12_1-Branch~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56803bceed9affe15a6568008b02b6f0ba49e885;p=thirdparty%2Flibsolv.git - add forward declaration of data_skip_key, remove bogus declarations --- diff --git a/src/repodata.c b/src/repodata.c index 9bf755c6..7e69155b 100644 --- a/src/repodata.c +++ b/src/repodata.c @@ -34,15 +34,9 @@ #include "repopack.h" #include "repopage.h" -extern unsigned int compress_buf (const unsigned char *in, unsigned int in_len, - unsigned char *out, unsigned int out_len); -extern unsigned int unchecked_decompress_buf (const unsigned char *in, - unsigned int in_len, - unsigned char *out, - unsigned int out_len); - #define REPODATA_BLOCK 255 +static unsigned char *data_skip_key(Repodata *data, unsigned char *dp, Repokey *key); void repodata_initdata(Repodata *data, Repo *repo, int localpool)