/[winpt]/trunk/Include/wptKeylist.h
ViewVC logotype

Diff of /trunk/Include/wptKeylist.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 76 by werner, Mon Oct 31 21:14:11 2005 UTC revision 77 by twoaday, Mon Nov 14 15:01:01 2005 UTC
# Line 51  enum key_flag_t { Line 51  enum key_flag_t {
51      KEYFLAG_DISABLED = 4      KEYFLAG_DISABLED = 4
52  };  };
53    
54    /* Symbolic column IDs. */
55    enum km_col_t {
56        KM_COL_UID      = 0,
57        KM_COL_KEYID    = 1,
58        KM_COL_TYPE     = 2,
59        KM_COL_SIZE     = 3,
60        KM_COL_CIPHER   = 4,
61        KM_COL_VALID    = 5,
62        KM_COL_TRUST    = 6,
63        KM_COL_CREAT    = 7
64    };
65    
66    
67  /* Signature verification context for a file. */  /* Signature verification context for a file. */
68  struct file_sig_ctx_s {  struct file_sig_ctx_s {
69      char                *file;      /* plaintext file name */      char                *file;      /* plaintext file name */

Legend:
Removed from v.76  
changed lines
  Added in v.77

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26