* config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.
[deliverable/binutils-gdb.git] / gdb / completer.h
index 518b30006b905c603c25375ef57dfc22df9f810a..98b9ed8374538bca466d91893388f71be8588089 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for GDB line completion.
-   Copyright 2000 Free Software Foundation.
+   Copyright 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
 #if !defined (COMPLETER_H)
 #define COMPLETER_H 1
 
+extern char **complete_line (char *text, char *line_buffer, int point);
+
 extern char *line_completion_function (char *, int, char *, int);
 
+extern char *readline_line_completion_function (char *text, int matches);
+
+extern char **noop_completer (char *, char *);
+
 extern char **filename_completer (char *, char *);
 
+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);
This page took 0.023352 seconds and 4 git commands to generate.