X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fclient.h;h=19708d2c67a8d4ac8b5f7d99cc9b5184bb4eaa55;hb=dcf7a1a214150f84d51159c9c679b7697cb05298;hp=66fcf09e86b713e3bfc7dbdc34840048a57d212e;hpb=e2d498ab79e7211521ef80608803a8f2a8d4111c;p=doldaconnect.git diff --git a/daemon/client.h b/daemon/client.h index 66fcf09..19708d2 100644 --- a/daemon/client.h +++ b/daemon/client.h @@ -1,6 +1,6 @@ /* * Dolda Connect - Modular multiuser Direct Connect-style client - * Copyright (C) 2004 Fredrik Tolf (fredrik@dolda2000.com) + * Copyright (C) 2004 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -58,7 +58,7 @@ struct sharecache struct sharecache *next, *prev, *child, *parent; char *path; wchar_t *name; - size_t size; + off_t size; time_t mtime; dev_t dev; ino_t inode;