~jfi/ptask/package-ubuntu

« back to all changes in this revision

Viewing changes to src/tw.h

  • Committer: jporsini
  • Date: 2014-01-22 19:58:08 UTC
  • Revision ID: svn-v4:150fdd79-9831-44f0-b659-6bc0400daafd:packages/ubuntu/ptask/trunk:1643
new release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        char *note;
29
29
        char *project;
30
30
        char *priority;
 
31
        char *urgency;
 
32
        struct tm *entry;
 
33
        struct tm *due;
 
34
        struct tm *start;
31
35
};
32
36
 
33
37
struct project {