X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmime.h;h=ab8964d806a0fb8b7845ce5aaf348acfce072c3d;hb=efee4fe9b116348fcc0eb94a529650f8770143fb;hp=e331d5afc3f593b4204462f2353d2da9ab25e3ee;hpb=abd3118d2280ffe01b4ff3a7b36428b7b5c91827;p=yaz-moved-to-github.git diff --git a/src/mime.h b/src/mime.h index e331d5a..ab8964d 100644 --- a/src/mime.h +++ b/src/mime.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, 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.3 2006-09-27 11:39:02 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);