More upgrades to psftp: it now supports mv, chmod, reget and reput.
[u/mdw/putty] / int64.h
diff --git a/int64.h b/int64.h
index 4ff33c7..0e924e1 100644 (file)
--- a/int64.h
+++ b/int64.h
@@ -14,5 +14,6 @@ void uint64_decimal(uint64 x, char *buffer);
 uint64 uint64_make(unsigned long hi, unsigned long lo);
 uint64 uint64_add(uint64 x, uint64 y);
 uint64 uint64_add32(uint64 x, unsigned long y);
+int uint64_compare(uint64 x, uint64 y);
 
 #endif