]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- 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 9bf755c6bc6ec061790f11355221f76048a2579e..7e69155b726f7e75264431971d9e9c613a6a8baf 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)