Archived
1
0

make it compile

This commit is contained in:
Jeff Becker
2017-09-30 07:03:49 -04:00
parent 7371db736d
commit 0148aeb6af

View File

@@ -222,10 +222,15 @@ func (self httpFrontend) AllowNewsgroup(group string) bool {
func (self *httpFrontend) Regen(msg ArticleEntry) {
self.cache.Regen(msg)
}
func (self *httpFrontend) RegenerateBoard(board string) {
self.cache.RegenerateBoard(board)
}
func (self *httpFrontend) RegenFrontPage() {
self.cache.RegenFrontPage()
}
func (self httpFrontend) regenAll() {
self.cache.RegenAll()
}