/* * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ #ifndef WILDCARD_H_ #define WILDCARD_H_ const char *JLI_WildcardExpandClasspath(const char *classpath); #endif /* include guard */