Added 64-bit types to the library.
[doldaconnect.git] / include / doldaconnect / uimisc.h
index f47dbd6..707c9b6 100644 (file)
@@ -93,7 +93,7 @@ struct dc_transfer
     int dir, state;
     wchar_t *peerid, *peernick;
     wchar_t *path;
-    int size, curpos;
+    dc_lnum_t size, curpos;
     int found;
     int error;
     time_t errortime;