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.5 by root, Sun Aug 15 00:37:04 2004 UTC vs.
Revision 1.6 by root, Wed Nov 5 14:43:54 2008 UTC

1#ifndef RXVT_DAEMON_H 1#ifndef RXVT_DAEMON_H
2#define RXVT_DAEMON_H 2#define RXVT_DAEMON_H
3 3
4#include "rxvtutil.h" 4#include "rxvtutil.h"
5 5
6struct rxvt_connection { 6struct rxvt_connection
7{
7 int fd; 8 int fd;
8 9
9 static char *unix_sockname (); 10 static char *unix_sockname ();
10 11
11 void send (const char *data, int len); 12 void send (const char *data, int len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines