lib/misc/lookup.h
author "Tomas Zeman <tzeman@volny.cz>"
Sun, 20 Jan 2008 00:22:09 +0100
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
permissions -rw-r--r--
Imported vmailmgr-0.97

#ifndef VMAILMGR__LOOKUP__H__
#define VMAILMGR__LOOKUP__H__

#include "misc/pwentry.h"

extern bool is_local(mystring);
extern mystring find_virtual(mystring);
extern bool lookup_baseuser(mystring fulluser, pwentry* &pw, mystring& virtname);

#endif // VMAILMGR__LOOKUP__H__