MAILINGLIST: add facility to choose the default room email alias.
[citadel.git] / webcit / webcit.h
index be61bbbc65dd9cd91cae5a520e65437fc70a4dc3..43ecb0f78cc4f51efd355d6a4d1d0a9c1639bf3b 100644 (file)
@@ -765,3 +765,5 @@ struct bltr {
 struct bltr blogview_learn_thread_references(long msgnum);
 void tmplput_blog_permalink(StrBuf *Target, WCTemplputParams *TP);
 void display_summary_page(void);
+
+HashList *GetValidDomainNames(StrBuf *Target, WCTemplputParams *TP);