00001 /*************************************************** */ 00002 /* Rule Set Based Access Control */ 00003 /* Author and (c) 1999-2005: Amon Ott <ao@rsbac.org> */ 00004 /* Generic lists - internal structures */ 00005 /* Last modified: 04/Apr/2005 */ 00006 /*************************************************** */ 00007 00008 #ifndef __RSBAC_REPL_LISTS_H 00009 #define __RSBAC_REPL_LISTS_H 00010 00011 #include <rsbac/repl_types.h> 00012 00013 #define RSBAC_LIST_REPL_PROC_NAME "repl_lists" 00014 #define RSBAC_LIST_REPL_PARTNER_VERSION 1 00015 #define RSBAC_LIST_REPL_PARTNER_KEY 0x3632f7ae 00016 #define RSBAC_LIST_REPL_PARTNER_FILENAME "replpar" 00017 00018 #endif