lib/misc/passwdfn.h
changeset 0 6f7a81934006
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 #ifndef VMAILMGR__PASSWD_FN__H__
       
     2 #define VMAILMGR__PASSWD_FN__H__
       
     3 
       
     4 #include "mystring/mystring.h"
       
     5 
       
     6 mystring getpasswd(const char* program);
       
     7 
       
     8 #endif