From 14796de1db54c523990409333ee84bd403116caf Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 15 Jun 2005 18:52:49 +0000 Subject: [PATCH] Remove prototype for removed function zebra_prim --- include/charmap.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 -- 1.7.10.4