diff options
Diffstat (limited to 'ldap/admin/src/ds_remove_uninst.h')
-rw-r--r-- | ldap/admin/src/ds_remove_uninst.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ldap/admin/src/ds_remove_uninst.h b/ldap/admin/src/ds_remove_uninst.h new file mode 100644 index 00000000..15c28c59 --- /dev/null +++ b/ldap/admin/src/ds_remove_uninst.h @@ -0,0 +1,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 |