From: Martin Pool Date: Mon, 8 Apr 2002 08:24:59 +0000 (+0000) Subject: Add manual prototype for maintainer-mode function X-Git-Tag: v2.5.6~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4a0483ab8a3f0195d6dd2b82efdaefcf1e00963;p=thirdparty%2Frsync.git Add manual prototype for maintainer-mode function --- diff --git a/rsync.h b/rsync.h index 689965d6..eb89f647 100644 --- a/rsync.h +++ b/rsync.h @@ -617,4 +617,8 @@ inet_ntop(int af, const void *src, char *dst, size_t size); int isc_net_pton(int af, const char *src, void *dst); #endif +#ifdef MAINTAINER_MODE +const char *get_panic_action(void); +#endif + #define UNUSED(x) x __attribute__((__unused__))