X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=listati%2Fmsgbuf.h;fp=listati%2Fmsgbuf.h;h=a487e48b8acbd1894eef943f3762c4e2b14b6777;hb=06661f47754a536098afe2b30cb04469918f2fa3;hp=0000000000000000000000000000000000000000;hpb=bdf6e88eeb9b3aef06d57930ec8b89083639e56d;p=gapil.git diff --git a/listati/msgbuf.h b/listati/msgbuf.h new file mode 100644 index 0000000..a487e48 --- /dev/null +++ b/listati/msgbuf.h @@ -0,0 +1,4 @@ +struct msgbuf { + long mtype; /* message type, must be > 0 */ + char mtext[LENGTH]; /* message data */ +};