/[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 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC
# Line 1  Line 1 
1  /* wptKeylist.h - Keylist element  /* wptKeylist.h - Keylist element
2   *      Copyright (C) 2001-2004 Timo Schulz   *      Copyright (C) 2001-2005 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 17  Line 17 
17   * along with WinPT; if not, write to the Free Software Foundation,   * along with WinPT; if not, write to the Free Software Foundation,
18   * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA   * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19   */   */
   
20  #ifndef WPT_KEYLIST_H  #ifndef WPT_KEYLIST_H
21  #define WPT_KEYLIST_H  #define WPT_KEYLIST_H
22    
# Line 62  listview_ctrl_t keylist_load( HWND ctrl, Line 61  listview_ctrl_t keylist_load( HWND ctrl,
61                               int mode, int sortby );                               int mode, int sortby );
62  int keylist_reload( listview_ctrl_t lv, gpgme_keycache_t c, int mode, int sortby );  int keylist_reload( listview_ctrl_t lv, gpgme_keycache_t c, int mode, int sortby );
63  void keylist_delete( listview_ctrl_t lv );  void keylist_delete( listview_ctrl_t lv );
64    int keylist_add_key (listview_ctrl_t lv, int mode, gpgme_key_t key);
65    void keylist_upd_key (listview_ctrl_t lv, int pos, gpgme_key_t key);
66  gpgme_recipients_t keylist_get_recipients( listview_ctrl_t lv,  gpgme_recipients_t keylist_get_recipients( listview_ctrl_t lv,
67                                          int *r_force_trust, int *r_count );                                          int *r_force_trust, int *r_count );
68  gpgme_recipients_t keylist_enum_recipients( listview_ctrl_t lv,  int listype );  gpgme_recipients_t keylist_enum_recipients( listview_ctrl_t lv,  int listype );

Legend:
Removed from v.2  
changed lines
  Added in v.22

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26