yast2-core
y2crypt.h
Go to the documentation of this file.
1 
2 
3 /*
4  * Author: Arvin Schnell <arvin@suse.de>
5  */
6 
7 
8 #ifndef _y2crypt_h
9 #define _y2crypt_h
10 
11 
12 #include <string>
13 
14 using std::string;
15 
16 namespace YaST
17 {
18 
20 
21 bool
22 crypt_pass (string unencrypted, crypt_t use_crypt, string* encrypted);
23 
24 }
25 
26 #endif

Generated on a sunny day for yast2-core by doxygen 1.8.2