summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/ds_remove_uninst.h
blob: 6ae7e4bb504133eae309c2590447b4f2acfe4d5a (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 (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * 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