* configure.ac: Check for memmem declaration.
[deliverable/binutils-gdb.git] / gdb / completer.h
index a10757d4549bdea7d6d3b38b4925838075056f96..318594e11e267900f3271655676aa30a37938444 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for GDB line completion.
-   Copyright (C) 2000, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2007, 2008 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
@@ -25,6 +25,8 @@ extern char **noop_completer (char *, char *);
 
 extern char **filename_completer (char *, char *);
 
+extern char **expression_completer (char *, char *);
+
 extern char **location_completer (char *, char *);
 
 extern char **command_completer (char *, char *);
This page took 0.027504 seconds and 4 git commands to generate.