From c378e8f900d85d59a8a616bf0b8b14e426d898e1 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 26 Jan 2004 02:01:49 +0000 Subject: Added allow_to in domain; Added include; Update docs; Fixed folding header lines --- src/dbase.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dbase.h') diff --git a/src/dbase.h b/src/dbase.h index 3c771af..1b3dfa6 100644 --- a/src/dbase.h +++ b/src/dbase.h @@ -70,6 +70,12 @@ void DBAllowSubject(Domain *domain, RE_Expression re); void DBBlockSubject(Domain *domain, RE_Expression re); +/* Sets the allowed 'To:' name for a domain. + re will be freed by the database when closed. +*/ +void DBAllowTo(Domain *domain, RE_Expression re); + + /* Adds a trusted username */ void DBTrustedUser(const char *username); -- cgit v1.2.3