/** BEGIN COPYRIGHT BLOCK * Copyright 2001 Sun Microsystems, Inc. * Portions copyright 1999, 2001-2003 Netscape Communications Corporation. * All rights reserved. * END COPYRIGHT BLOCK **/ #ifndef _avadb_h_ #define _avadb_h_ #define USE_NSAPI USE_NSAPI int AddEntry (char *key, char *value); USE_NSAPI int DeleteEntry (char *key); USE_NSAPI char *GetValue (char *key); #endif /*_avadb_h_*/