APG v2.0.0a0

This commit is contained in:
Adel I. Mirzazhanov
2001-03-21 10:46:44 +06:00
committed by skinc
parent 8b93e6095b
commit 8087f2a5e4
17 changed files with 1352 additions and 29 deletions

View File

@@ -33,9 +33,9 @@
#ifndef RESTRICT_H
#define RESTRICT_H 1
#include "bloom.h"
#define MAX_DICT_STRING_SIZE 255
extern int check_pass(char * pass, char *dict);
extern int make_db_dict(char *dict, char *bddict);
extern int construct_db_name(char *plain_filename, char * dbname);
extern int bloom_check_pass (char *word, char *filter);
#endif /* RESTRICT_H */