Merge branch 'upstream'
[debian/amanda] / common-src / packet.h
index f508b3fd6324cc14c37b42229356db9451c37a77..cd40615698df3b84c1146ca084f0dbb0b6a09b2c 100644 (file)
@@ -42,6 +42,7 @@ typedef struct {
 /*
  * Initialize a packet
  */
+void pkt_init_empty(pkt_t *pkt, pktype_t type);
 void pkt_init(pkt_t *, pktype_t, const char *, ...)
     __attribute__ ((format (printf, 3, 4)));