diff options
author | Quentin Rameau <quinq@fifth.space> | 2018-10-09 12:27:59 +0200 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2018-10-15 13:15:54 +0200 |
commit | 02541c314678aa1ee6eb485ca9dce66a46693aac (patch) | |
tree | 3938c54325e4defb38ed9dfb296dd5651c02cd83 /common.h | |
parent | Use pkg-config for X11{INC,LIB} (diff) | |
download | surf-02541c314678aa1ee6eb485ca9dce66a46693aac.tar.gz surf-02541c314678aa1ee6eb485ca9dce66a46693aac.tar.bz2 surf-02541c314678aa1ee6eb485ca9dce66a46693aac.zip |
Send message size inside messages through pipes
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h index 527c4f7..2778029 100644 --- a/common.h +++ b/common.h @@ -1,3 +1,3 @@ -#define MSGBUFSZ 32 +#define MSGBUFSZ 8 void die(char *, ...); |