The unified diff between revisions [3099ff90..] and [e9aa88ea..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'platform.hh'

#
#
# patch "platform.hh"
#  from [459689bba7e71018f5f6169cf3e42acbe05d1e2c]
#    to [5a07be2e7cfdcaebcc73e2ed57cff453c05d817c]
#
============================================================
--- platform.hh	459689bba7e71018f5f6169cf3e42acbe05d1e2c
+++ platform.hh	5a07be2e7cfdcaebcc73e2ed57cff453c05d817c
@@ -39,10 +39,6 @@ unsigned int terminal_width();
 // return value of 0 means "unlimited"
 unsigned int terminal_width();

-// for netsync
-void start_platform_netsync();
-void end_platform_netsync();
-
 // for "reckless mode" working copy change detection.
 // returns 'true' if it has generated a valid inodeprint; returns 'false' if
 // there was a problem, in which case we should act as if the inodeprint has
@@ -64,5 +60,7 @@ path::status get_path_status(any_path co
   typedef enum { nonexistent, directory, file } status;
 };
 path::status get_path_status(any_path const & path);
-
+
+void rename_clobberingly(any_path const & from, any_path const & to);
+
 #endif // __PLATFORM_HH__