X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fpacket.h;fp=common-src%2Fpacket.h;h=9983a495817f951572473cee1269a30e79ffdfde;hb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;hp=f508b3fd6324cc14c37b42229356db9451c37a77;hpb=71325c297e0436e9930a3e129a26696e78c27f62;p=debian%2Famanda diff --git a/common-src/packet.h b/common-src/packet.h index f508b3f..9983a49 100644 --- a/common-src/packet.h +++ b/common-src/packet.h @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: packet.h,v 1.8 2006/05/25 01:47:12 johnfranks Exp $ + * $Id: packet.h,v 1.8.2.1 2006/12/18 20:43:51 martinea Exp $ * * interfaces for modifying amanda protocol packet type */ @@ -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)));