src/java.base/windows/native/libjli/java_md.h

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 48,57 **** /* * Function prototypes. */ ! char *LocateJRE(manifest_info *info); ! void ExecJRE(char *jre, char **argv); int UnsetEnv(char *name); #endif /* JAVA_MD_H */ --- 48,56 ---- /* * Function prototypes. */ ! int UnsetEnv(char *name); #endif /* JAVA_MD_H */