History | View | Annotate | Download (274 Bytes)
/* SylFilter - a message filter
*
* Copyright (C) 2011 Hiroyuki Yamamoto
* Copyright (C) 2011 Sylpheed Development Team
*/
#ifndef __XFILTER_NGRAM_H__
#define __XFILTER_NGRAM_H__
#include "filter.h"
XFilter *xfilter_ngram_new(void);
#endif /* __XFILTER_NGRAM_H__ */