X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmime.h;h=ffb35bba9b159b5eda74f133f87739b2811d4d17;hp=e331d5afc3f593b4204462f2353d2da9ab25e3ee;hb=57efcfe71d3485e8f2ddac6008fbbc8183804ac7;hpb=abd3118d2280ffe01b4ff3a7b36428b7b5c91827 diff --git a/src/mime.h b/src/mime.h index e331d5a..ffb35bb 100644 --- a/src/mime.h +++ b/src/mime.h @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2006, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: mime.h,v 1.2 2006-04-20 20:50:51 adam Exp $ + * $Id: mime.h,v 1.4 2007-01-03 08:42:15 adam Exp $ */ /** \file mime.h @@ -14,7 +14,7 @@ typedef struct yaz_mime_info *yaz_mime_types; -yaz_mime_types yaz_mime_types_create(); +yaz_mime_types yaz_mime_types_create(void); void yaz_mime_types_add(yaz_mime_types t, const char *suffix, const char *mime_type); const char *yaz_mime_lookup_suffix(yaz_mime_types t, const char *suffix);