summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/ds_remove_uninst.h
blob: 15c28c59ec5bce1991d319254cc80e51acbdf7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/** BEGIN COPYRIGHT BLOCK
 * Copyright 2001 Sun Microsystems, Inc.
 * Portions copyright 1999, 2001-2003 Netscape Communications Corporation.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/
/*	ds_remove_uninst.h */


#ifndef _DS_REMOVE_UNINST_H_
#define _DS_REMOVE_UNINST_H_

#ifdef __cplusplus
extern "C" {
#endif


int ds_uninst_set_cgi_env(char *pszInfoFileName);

#ifdef __cplusplus
}
#endif

#endif