lib/misc/lookup.h
changeset 0 6f7a81934006
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 #ifndef VMAILMGR__LOOKUP__H__
       
     2 #define VMAILMGR__LOOKUP__H__
       
     3 
       
     4 #include "misc/pwentry.h"
       
     5 
       
     6 extern bool is_local(mystring);
       
     7 extern mystring find_virtual(mystring);
       
     8 extern bool lookup_baseuser(mystring fulluser, pwentry* &pw, mystring& virtname);
       
     9 
       
    10 #endif // VMAILMGR__LOOKUP__H__