* amd64obsd-tdep.c (amd64obsd_trapframe_sniffer): Spelling fix.
[deliverable/binutils-gdb.git] / gdb / completer.h
index 7a96951aae3ead727c8b34df53e7e94f3c5bdada..314be058ff906496a4cb09d9d6a20a503e6013a6 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for GDB line completion.
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000 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
@@ -13,8 +13,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #if !defined (COMPLETER_H)
 #define COMPLETER_H 1
@@ -31,8 +31,6 @@ extern char **location_completer (char *, char *);
 
 extern char **command_completer (char *, char *);
 
-extern char *get_gdb_completer_word_break_characters (void); 
-
 extern char *get_gdb_completer_quote_characters (void);
 
 /* Exported to linespec.c */
This page took 0.024516 seconds and 4 git commands to generate.