summaryrefslogtreecommitdiffstats
path: root/include/libaccess/avadb.h
blob: bbb6c904967d26aea9bd0c6c30ce4557a00353f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** 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_*/