/[marvin]/marvin/src/gui/action.hh
ViewVC logotype

Diff of /marvin/src/gui/action.hh

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

revision 1.2 by castor_fou, Thu Sep 11 16:25:31 2003 UTC revision 1.3 by castor_fou, Tue Sep 16 20:25:36 2003 UTC
# Line 33  Line 33 
33  #ifndef ACTION_HH  #ifndef ACTION_HH
34  #define ACTION_HH  #define ACTION_HH
35    
36  int crypt();  #include <string>
 int decrypt();  
37    
38    int crypt(std::string path, std::string user_name, std::string passphrase);
39    int decrypt(std::string path, std::string passphrase);
40    double *create_tab();
41  #endif // !ACTION_HH  #endif // !ACTION_HH

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26