forked from Mirrors/privacore-open-source-search-engine
9 lines
163 B
C
9 lines
163 B
C
#ifndef ADULT_CHECK_H_
|
|
#define ADULT_CHECK_H_
|
|
|
|
#include <inttypes.h>
|
|
|
|
int32_t getAdultPoints ( char *s, int32_t slen, int32_t niceness, const char *url );
|
|
|
|
#endif
|