* tui.c (strcat_to_buf): Use const char* for source item.
[deliverable/binutils-gdb.git] / gdb / tui / tui.h
index d250208e5640e8277e823dcc5bc19c84113fbf1d..b2ed4aa07ee56f5a2e1536a2b16ae47b3befc2fe 100644 (file)
@@ -48,8 +48,7 @@ Opaque (*OpaqueFuncPtr) (va_list);
  */
      typedef OpaqueFuncPtr TuiOpaqueFuncPtr;
 
-extern void strcat_to_buf (char *, int, char *);
-extern void strcat_to_buf_with_fmt (char *, int, char *, ...);
+extern void strcat_to_buf (char *, int, const char *);
 
 /* Types of error returns */
      typedef enum
This page took 0.027444 seconds and 4 git commands to generate.