~ubuntu-branches/ubuntu/quantal/elinks/quantal

« back to all changes in this revision

Viewing changes to src/protocol/ftp/parse.h

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals (RainCT)
  • Date: 2008-02-01 16:29:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080201162906-xdourui5tyjva0al
Tags: 0.11.3-5ubuntu1
 
* Merge from Debian unstable (LP: #187936); remaining changes:
  - Add X-Ubuntu-Gettext-Domain to .desktop files.
  - debian/control: Maintainer field update.
* Improve the text in the .desktop file and add some translations.
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        enum ftp_file_type type;        /* File type */
20
20
        struct string name;             /* File name */
21
21
        struct string symlink;          /* Link to which file points */
22
 
        long size;                      /* File size. -1 if unknown. */
 
22
        off_t size;                     /* File size. -1 if unknown. */
23
23
        time_t mtime;                   /* Modification time */
24
24
        unsigned int local_time_zone:1; /* What format the mtime is in */
25
25
        mode_t permissions;             /* File permissions */