Cleanups.
This commit is contained in:
parent
8caa1b9d75
commit
ee96ccabbb
19 changed files with 44 additions and 49 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
protocol.c -- handle the meta-protocol
|
||||
Copyright (C) 1999 Ivo Timmermans <zarq@iname.com>
|
||||
Copyright (C) 1999,2000 Ivo Timmermans <zarq@iname.com>
|
||||
|
||||
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
|
||||
|
|
@ -40,6 +40,8 @@
|
|||
char buffer[MAXBUFSIZE+1];
|
||||
int buflen;
|
||||
|
||||
/* Outgoing request routines */
|
||||
|
||||
int send_ack(conn_list_t *cl)
|
||||
{
|
||||
cp
|
||||
|
|
@ -180,7 +182,7 @@ cp
|
|||
return 0;
|
||||
}
|
||||
|
||||
void send_key_changed2(void)
|
||||
void send_key_changed_all(void)
|
||||
{
|
||||
conn_list_t *p;
|
||||
cp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue