mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
Make get_fragment_content_type static
This commit is contained in:
parent
989d4d2812
commit
f9d3824c65
@ -228,7 +228,7 @@ get_cache_header_content_type(struct cache_entry *cached)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned char *
|
static unsigned char *
|
||||||
get_fragment_content_type(struct cache_entry *cached)
|
get_fragment_content_type(struct cache_entry *cached)
|
||||||
{
|
{
|
||||||
struct fragment *fragment;
|
struct fragment *fragment;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user