ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtdaemon.h
(Generate patch)

Comparing rxvt-unicode/src/rxvtdaemon.h (file contents):
Revision 1.2 by pcg, Mon Nov 24 19:52:16 2003 UTC vs.
Revision 1.3 by pcg, Thu Nov 27 10:12:10 2003 UTC

4#include "rxvtvec.h" 4#include "rxvtvec.h"
5 5
6struct rxvt_connection { 6struct rxvt_connection {
7 int fd; 7 int fd;
8 8
9 static const char *unix_sockname (); 9 static char *unix_sockname ();
10 10
11 void send (const char *data, int len); 11 void send (const char *data, int len);
12 void send (const char *data); 12 void send (const char *data);
13 void send (int data); 13 void send (int data);
14 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines