diff options
Diffstat (limited to 'misc/search.h')
-rw-r--r-- | misc/search.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/search.h b/misc/search.h index ebc525a7a3..0ea91c2150 100644 --- a/misc/search.h +++ b/misc/search.h @@ -1,5 +1,5 @@ /* Declarations for System V style searching functions. - Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -70,7 +70,7 @@ ACTION; typedef struct entry { char *key; - char *data; + void *data; } ENTRY; |