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

Diff of /trunk/Include/wptFileManager.h

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

revision 76 by werner, Thu Oct 27 19:12:40 2005 UTC revision 77 by twoaday, Mon Nov 14 15:01:01 2005 UTC
# Line 34  enum fm_cmd_t { Line 34  enum fm_cmd_t {
34      FM_LIST         = 8,      FM_LIST         = 8,
35      FM_WIPE         = 9,      FM_WIPE         = 9,
36      FM_ENCRYPT_DIR  = 10,      FM_ENCRYPT_DIR  = 10,
37        FM_ENCRYPT_ZIP  = 11
38  };  };
39    
40  /* Sort by constants. */  /* Sort by constants. */
# Line 104  int fm_check_file_type (listview_ctrl_t Line 105  int fm_check_file_type (listview_ctrl_t
105  int fm_send_file (listview_ctrl_t lv);  int fm_send_file (listview_ctrl_t lv);
106    
107  /*-- ccommands --*/  /*-- ccommands --*/
108    int fm_encrypt_into_zip (fm_state_t ctx, listview_ctrl_t lv);
109  int fm_encrypt (fm_state_t c, const char * name, int sign);  int fm_encrypt (fm_state_t c, const char * name, int sign);
110  int fm_sym_encrypt (fm_state_t c, const char * name);  int fm_sym_encrypt (fm_state_t c, const char * name);
111  int fm_decrypt (fm_state_t c, const char * name);  int fm_decrypt (fm_state_t c, const char * name);

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26