chiark / gitweb /
fix comments
authorian <ian>
Sat, 4 Jun 2005 10:09:00 +0000 (10:09 +0000)
committerian <ian>
Sat, 4 Jun 2005 10:09:00 +0000 (10:09 +0000)
hostside/skelproto-pic.c
hostside/skelproto-pic.h

index 69dd62f1d4db667d9087f831f0c32ac82dc773a9..651dd85232baeff12f2c1e2f4cc4cba51ce43165 100644 (file)
@@ -1,9 +1,10 @@
 /* @skeleton@ @1@ @L@ */
 /*
- * arranges for the declarations of
+ * definitions of
  *  enco_pic_WHATEVER
- *  onrecv_pic_WHATEVER
+ *  on_pic_WHATEVER
  * and the tables
+ * and related functions
  */
 
 #include "hostside.h"
index d5b2d46784224525c505b2cdff14707c02366e4a..5d1762b09973e5a72587f03a23a88a8ec71e2317 100644 (file)
@@ -2,8 +2,9 @@
 /*
  * arranges for the declarations of
  *  enco_pic_WHATEVER
- *  onrecv_pic_WHATEVER
+ *  on_pic_WHATEVER
  * and the tables
+ * and related functions
  */
 
 #ifndef AUPROTO_PIC_H