X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmime.h;h=ab8964d806a0fb8b7845ce5aaf348acfce072c3d;hp=e331d5afc3f593b4204462f2353d2da9ab25e3ee;hb=b64382a1e420049b882b87fb05fe058aa6592d1c;hpb=c2641d280328e9bc114ca8c7b4585842c0acb05c 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);