From 14141c6ce46edf228f26c1bffef0809933b7735c Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Tue, 4 Jun 1996 08:20:16 +0000 Subject: [PATCH] Smallish --- LICENSE.2 | 2 +- index/index.h | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/LICENSE.2 b/LICENSE.2 index 2d66fc2..e2c8375 100644 --- a/LICENSE.2 +++ b/LICENSE.2 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, Index Data. + * Copyright (c) 1995,1996 Index Data. * * All rights reserved. * diff --git a/index/index.h b/index/index.h index 5228bc4..405c1e5 100644 --- a/index/index.h +++ b/index/index.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: index.h,v $ - * Revision 1.41 1996-06-04 07:54:55 quinn + * Revision 1.42 1996-06-04 08:20:16 quinn + * Smallish + * + * Revision 1.41 1996/06/04 07:54:55 quinn * Added output-map. * * Revision 1.40 1996/05/31 09:06:58 quinn @@ -258,4 +261,4 @@ int zebraUnlock (int fd); void init_charmap(void); char **map_chrs_input(char **from, int len); -char *map_chrs_output(const char **from); +char *map_chrs_output(char **from); -- 1.7.10.4