make it compile
This commit is contained in:
parent
7371db736d
commit
0148aeb6af
@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user