Finita la conversione dei listati in file separati. Passato anche alla nuova
[gapil.git] / listati / msgbuf.h
diff --git a/listati/msgbuf.h b/listati/msgbuf.h
new file mode 100644 (file)
index 0000000..a487e48
--- /dev/null
@@ -0,0 +1,4 @@
+struct msgbuf {
+     long mtype;          /* message type, must be > 0 */
+     char mtext[LENGTH];  /* message data */
+};