summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/info/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/texinfo/info/search.h')
-rw-r--r--contrib/texinfo/info/search.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/contrib/texinfo/info/search.h b/contrib/texinfo/info/search.h
index 6425536..757ec5c 100644
--- a/contrib/texinfo/info/search.h
+++ b/contrib/texinfo/info/search.h
@@ -1,10 +1,7 @@
/* search.h -- Structure used to search large bodies of text, with bounds.
- $Id: search.h,v 1.3 1997/07/15 18:43:49 karl Exp $
+ $Id: search.h,v 1.4 1998/04/19 20:50:23 karl Exp $
- This file is part of GNU Info, a program for reading online documentation
- stored in Info format.
-
- Copyright (C) 1993, 97 Free Software Foundation, Inc.
+ Copyright (C) 1993, 97, 98 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -53,11 +50,6 @@ extern int looking_at ();
after the string. */
extern int string_in_line ();
-/* Some unixes don't have strcasecmp or strncasecmp. */
-#if !defined (HAVE_STRCASECMP)
-extern int strcasecmp (), strncasecmp ();
-#endif /* !HAVE_STRCASECMP */
-
/* Function names that start with "skip" are passed a string, and return
an offset from the start of that string. Function names that start
with "find" are passed a SEARCH_BINDING, and return an absolute position
OpenPOWER on IntegriCloud