X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcsftp%2Fsilcsftp.h;h=5a2702fcb19c86ed0b234525de32b90347b32124;hb=0987234560b29a99fea5b99f7d68e501df024f8c;hp=cf6711fe9b4d7dc194116dd4d48b60a93f90eb0c;hpb=eed058d5601c19e025f651b5891ab79a0bc199d8;p=silc.git diff --git a/lib/silcsftp/silcsftp.h b/lib/silcsftp/silcsftp.h index cf6711fe..5a2702fc 100644 --- a/lib/silcsftp/silcsftp.h +++ b/lib/silcsftp/silcsftp.h @@ -158,7 +158,7 @@ typedef enum { * server, and by server to return file attributes to the client. * ***/ -typedef struct { +typedef struct SilcSFTPAttributesObject { SilcUInt32 flags; /* Flags to indicate present attributes */ SilcUInt64 size; /* Sife of the file in bytes */ SilcUInt32 uid; /* Unix user ID */ @@ -186,7 +186,7 @@ typedef struct { * example when reading the contents of a directory. * ***/ -typedef struct { +typedef struct SilcSFTPNameObject { char **filename; char **long_filename; SilcSFTPAttributes *attrs; @@ -948,7 +948,7 @@ typedef enum { * * SOURCE */ -typedef struct { +typedef struct SilcSFTPMonitorDataObject { SilcSFTPVersion version; /* _INIT */ char *name; /* _OPEN, _REMOVE, _RENAME, _MKDIR, _RMDIR, _OPENDIR, _STAT, _LSTAT,