privacore-open-source-searc.../linkspam.h
2018-07-20 16:12:23 +02:00

26 lines
734 B
C++

// Matt Wells, copyright Nov 2001
#ifndef GB_LINKSPAM_H
#define GB_LINKSPAM_H
#include <inttypes.h>
class Url;
bool setLinkSpam (const Url *linker ,
int32_t siteNumInlinks ,
class Xml *xml ,
class Links *links ,
bool isContentTruncated );
bool isLinkSpam ( const Url *linker ,
int32_t siteNumInlinks ,
class Xml *xml ,
class Links *links ,
int32_t maxDocLen ,
const char **note ,
const Url *linkee ,
int32_t linkNode );
#endif // GB_LINKSPAM_H