From: Adam Dickmeiss Date: Wed, 15 Jun 2005 18:52:49 +0000 (+0000) Subject: Remove prototype for removed function zebra_prim X-Git-Tag: before.bug.529~387 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=14796de1db54c523990409333ee84bd403116caf Remove prototype for removed function zebra_prim --- diff --git a/include/charmap.h b/include/charmap.h index 929b5dd..c3cd730 100644 --- a/include/charmap.h +++ b/include/charmap.h @@ -1,4 +1,4 @@ -/* $Id: charmap.h,v 1.12 2005-03-11 17:56:32 adam Exp $ +/* $Id: charmap.h,v 1.13 2005-06-15 18:52:49 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -20,8 +20,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - - #ifndef CHARMAP_H #define CHARMAP_H @@ -51,8 +49,6 @@ YAZ_EXPORT const char **chr_map_q_input(chrmaptab maptab, YAZ_EXPORT const char *chr_map_output(chrmaptab t, const char **from, int len); -YAZ_EXPORT unsigned char zebra_prim(char **s); - YAZ_END_CDECL #endif