* linespec.c (find_methods): Canonicalize NAME before looking
[deliverable/binutils-gdb.git] / gdb / cli / cli-utils.h
index 2954c46a21e675322634aa7e866fb351cb148da4..8a6e5b35dd7d2b6ccca7c670055badf63bfe7cca 100644 (file)
@@ -99,4 +99,8 @@ extern char *skip_spaces (char *inp);
 
 extern char *skip_to_space (char *inp);
 
+/* Reverse S to the last non-whitespace character without skipping past
+   START.  */
+
+extern char *remove_trailing_whitespace (const char *start, char *s);
 #endif /* CLI_UTILS_H */
This page took 0.024961 seconds and 4 git commands to generate.