1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

Make get_fragment_content_type static

This commit is contained in:
Jonas Fonseca 2006-11-06 18:09:11 +01:00
parent 989d4d2812
commit f9d3824c65

View File

@ -228,7 +228,7 @@ get_cache_header_content_type(struct cache_entry *cached)
return NULL;
}
unsigned char *
static unsigned char *
get_fragment_content_type(struct cache_entry *cached)
{
struct fragment *fragment;