- add forward declaration of data_skip_key, remove bogus declarations
authorMichael Schroeder <mls@suse.de>
Fri, 29 Apr 2011 09:49:48 +0000 (11:49 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 29 Apr 2011 09:49:48 +0000 (11:49 +0200)
src/repodata.c

index 9bf755c..7e69155 100644 (file)
 #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)