diff options
author | corvid <corvid@lavabit.com> | 2009-04-23 10:21:17 -0400 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-04-23 10:21:17 -0400 |
commit | d8e27cdd2c142eefb0c99eac9f8861b4e5e64027 (patch) | |
tree | d20a82c599dd3d52fc6b36d9b1995d545111aa80 /src/dicache.h | |
parent | c0c620e80f8c6398842a495ce62a5f1fb1aea8c0 (diff) |
Remove unused parameter in a_Dicache_write()
Diffstat (limited to 'src/dicache.h')
-rw-r--r-- | src/dicache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dicache.h b/src/dicache.h index ae8b2f37..b4ef714d 100644 --- a/src/dicache.h +++ b/src/dicache.h @@ -68,8 +68,7 @@ void a_Dicache_set_cmap(DilloUrl *url, int version, DilloImage *Image, const uchar_t *cmap, uint_t num_colors, int num_colors_max, int bg_index); void a_Dicache_new_scan(const DilloUrl *url, int version); -void a_Dicache_write(DilloImage *Image, DilloUrl *url, int version, - const uchar_t *buf, uint_t Y); +void a_Dicache_write(DilloUrl *url, int version, const uchar_t *buf, uint_t Y); void a_Dicache_close(DilloUrl *url, int version, CacheClient_t *Client); void a_Dicache_invalidate_entry(const DilloUrl *Url); |