| 12345678910111213141516 |
- ; BEGIN COPYRIGHT BLOCK
- ; Copyright 2001 Sun Microsystems, Inc.
- ; Portions copyright 1999, 2001-2003 Netscape Communications Corporation.
- ; All rights reserved.
- ; END COPYRIGHT BLOCK
- ;
- ;
- ;
- DESCRIPTION 'Brandx Directory Server 7.1 Replication Plugin'
- ;CODE SHARED READ EXECUTE
- ;DATA SHARED READ WRITE
- EXPORTS
- plugin_init_debug_level @1
- replication_legacy_plugin_init @2
- replication_multimaster_plugin_init @3
- repl_chain_on_update @4
|