X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/999dfffc9b101c78897ae6d2bd7ceb8760f29afb..136ac7ecec03339837e4b70f3128fd3609d37374:/rsync.h diff --git a/rsync.h b/rsync.h index 689965d6..2e92e2f4 100644 --- a/rsync.h +++ b/rsync.h @@ -617,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;