X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fb859e5674f3794abaa674114b9d767411fe005d..ce8149b6feae51c7a576b04f86003e7a4555ee14:/rsync.h diff --git a/rsync.h b/rsync.h index 9f7f0078..2e92e2f4 100644 --- a/rsync.h +++ b/rsync.h @@ -567,7 +567,9 @@ extern int errno; #define NS(s) ((s)?(s):"") #if !defined(__GNUC__) || defined(APPLE) -/* Apparently the OS X port of gcc gags on __attribute__. */ +/* Apparently the OS X port of gcc gags on __attribute__. + * + * */ #define __attribute__(x) #endif @@ -615,4 +617,10 @@ 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__)) + +const char *io_write_phase, *io_read_phase;