/** 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