X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=rbl.h;h=e87025e86c8b4a068795d36ae6fcf15bee6482dd;hb=c2a3b7df6de7e023639789864940b0c997869954;hp=bddea8f9e65329d09d42450fe767fb53bf9829da;hpb=b8b6ac5a6d545a000077eed217c221c7eeda2a84;p=apps%2Fpfixtools.git diff --git a/rbl.h b/rbl.h index bddea8f..e87025e 100644 --- a/rbl.h +++ b/rbl.h @@ -1,5 +1,5 @@ /******************************************************************************/ -/* postlicyd: a postfix policy daemon with a lot of features */ +/* pfixtools: a collection of postfix related tools */ /* ~~~~~~~~~ */ /* ________________________________________________________________________ */ /* */ @@ -33,12 +33,12 @@ * Copyright © 2007 Pierre Habouzit */ -#ifndef POSTLICYD_RBL_H -#define POSTLICYD_RBL_H +#ifndef PFIXTOOLS_RBL_H +#define PFIXTOOLS_RBL_H typedef struct rbldb_t rbldb_t; -rbldb_t *rbldb_create(const char *file); +rbldb_t *rbldb_create(const char *file, bool lock); void rbldb_delete(rbldb_t **); uint32_t rbldb_stats(rbldb_t *rbl);