constify remote.c
[deliverable/binutils-gdb.git] / gdb / remote.h
index 46b73d9d4d2fadba7a1f4e6e1a61237a59031137..70063462c500f4bde92e85b8aeee69953210f2c1 100644 (file)
@@ -37,7 +37,7 @@ extern void getpkt (char **buf, long *sizeof_buf, int forever);
    we are debugging (remote_debug) and want to print the sent packet
    as a string.  */
 
-extern int putpkt (char *buf);
+extern int putpkt (const char *buf);
 
 void register_remote_g_packet_guess (struct gdbarch *gdbarch, int bytes,
                                     const struct target_desc *tdesc);
This page took 0.024095 seconds and 4 git commands to generate.