X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=sideband.h;fp=sideband.h;h=90b385580ec6f8f7b099c5aa7576c8a818bc633c;hb=49a52b1d1fb120f52de3a67f1e4e5ae81512ab81;hp=0000000000000000000000000000000000000000;hpb=a41fae9c46a4cb5e59cc1a17d19f6a3a6cbfbb2f;p=git.git diff --git a/sideband.h b/sideband.h new file mode 100644 index 000000000..90b385580 --- /dev/null +++ b/sideband.h @@ -0,0 +1,11 @@ +#ifndef SIDEBAND_H +#define SIDEBAND_H + +#define SIDEBAND_PROTOCOL_ERROR -2 +#define SIDEBAND_REMOTE_ERROR -1 + +#define DEFAULT_PACKET_MAX 1000 + +int recv_sideband(const char *me, int in_stream, int out, int err, char *, int); + +#endif