* server.c (handle_general_set): Make static.

This commit is contained in:
Doug Evans 2010-04-26 22:02:33 +00:00
parent 9214d3714a
commit ae1ada354c
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2010-04-26 Doug Evans <dje@google.com>
* server.c (handle_general_set): Make static.
* remote-utils.c (putpkt_binary_1): Call readchar instead of read.
Print received char after testing for error/eof instead of before.
(input_interrupt): Tweak comment.

View File

@ -379,7 +379,8 @@ write_qxfer_response (char *buf, const void *data, int len, int is_more)
}
/* Handle all of the extended 'Q' packets. */
void
static void
handle_general_set (char *own_buf)
{
if (strncmp ("QPassSignals:", own_buf, strlen ("QPassSignals:")) == 0)