Implement --privacy option, though apparently not working yet.
[rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 12dc2c89eae1c760ac31689b73115477a056c7d2..4f0413e38ac0ebfd0b632707e8bdb6ceeb1dafc9 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -522,3 +522,7 @@ size_t strlcat(char *d, const char *s, size_t bufsize);
 #endif
 
 #define exit_cleanup(code) _exit_cleanup(code, __FILE__, __LINE__)
+
+
+void privacy_create_key(char const *user, char const *pass, char const *salt);
+int arcfour_enabled;