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.4 by pcg, Sat Jan 17 01:20:01 2004 UTC vs.
Revision 1.7 by sf-exg, Sun May 1 13:54:28 2011 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 "rxvtstl.h" 4#include <limits.h>
5 5
6#ifndef PATH_MAX
7# define PATH_MAX 16384
8#endif
9
10#include "rxvtutil.h"
11
6struct rxvt_connection { 12struct rxvt_connection
13{
7 int fd; 14 int fd;
8 15
9 static char *unix_sockname (); 16 static char *unix_sockname ();
10 17
11 void send (const char *data, int len); 18 void send (const char *data, int len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines