X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fprotocol.h;h=228382aadfdb957a3a1780add5872593451b0cdd;hb=HEAD;hp=d4116a9ce2e9aa3c16d00c98f1badaa437465e06;hpb=1194fb66aa28d9929c3f2bef3cc6c1c3f40a60a4;p=debian%2Famanda diff --git a/common-src/protocol.h b/common-src/protocol.h index d4116a9..228382a 100644 --- a/common-src/protocol.h +++ b/common-src/protocol.h @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1998 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: protocol.h,v 1.10 2003/04/26 02:02:18 kovert Exp $ + * $Id: protocol.h,v 1.11 2006/05/25 01:47:12 johnfranks Exp $ * * server-side interfaces for amanda protocol state machine */ @@ -33,14 +34,13 @@ #include "security.h" -void protocol_init P((void)); -typedef void (*protocol_sendreq_callback) P((void *, pkt_t *, - security_handle_t *)); -void protocol_sendreq P((const char *, const security_driver_t *, - char *(*) P((char *, void *)), - const char *, - time_t, protocol_sendreq_callback, void *)); -void protocol_check P((void)); -void protocol_run P((void)); +void protocol_init(void); +typedef void (*protocol_sendreq_callback)(void *, pkt_t *, + security_handle_t *); +void protocol_sendreq(const char *, const security_driver_t *, + char *(*)(char *, void *), const char *, time_t, + protocol_sendreq_callback, void *); +void protocol_check(void); +void protocol_run(void); #endif /* PROTOCOL_H */