/** BEGIN COPYRIGHT BLOCK * Copyright 2002 Netscape Communications Corporation. * All rights reserved. * END COPYRIGHT BLOCK **/ /******** testdbinterop.h ******************* The header file is for access to a Berkeley DB that is being created by the testdbinterop.c and used by testdatainterop.c ( plugin ); to allow creation of a DB and adding DN's to the DB. A simple example to show how external databases can be accessed through the datainterop plugin of testdatainterop.c **********************************************/ #include "nspr.h" void create_db(); void db_put_dn(char *data);