add bug closure to changelog
[debian/amanda] / common-src / packet.h
index 9983a495817f951572473cee1269a30e79ffdfde..cc117f66eae2e4e93c1f0612bbae04319d76ae8a 100644 (file)
@@ -24,7 +24,7 @@
  * file named AUTHORS, in the root directory of this distribution.
  */
 /*
- * $Id: packet.h,v 1.8.2.1 2006/12/18 20:43:51 martinea Exp $
+ * $Id: packet.h,v 1.8 2006/05/25 01:47:12 johnfranks Exp $
  *
  * interfaces for modifying amanda protocol packet type
  */
@@ -44,13 +44,13 @@ typedef struct {
  */
 void pkt_init_empty(pkt_t *pkt, pktype_t type);
 void pkt_init(pkt_t *, pktype_t, const char *, ...)
-    __attribute__ ((format (printf, 3, 4)));
+     G_GNUC_PRINTF(3,4);
 
 /*
  * Append data to a packet
  */
 void pkt_cat(pkt_t *, const char *, ...)
-    __attribute__ ((format (printf, 2, 3)));
+     G_GNUC_PRINTF(2,3);
 
 /*
  * Convert the packet type to and from a string