X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fpacket.h;h=9babbdcf1c4ca31e31b1f0e55f866d2693fb7910;hb=HEAD;hp=9983a495817f951572473cee1269a30e79ffdfde;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/common-src/packet.h b/common-src/packet.h index 9983a49..9babbdc 100644 --- a/common-src/packet.h +++ b/common-src/packet.h @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1999 University of Maryland at College Park + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -24,7 +25,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 +45,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