X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fclasspath.h;h=b94200797282199bfbf1b17234362c9b78507278;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=e628e34a7f2b7f25a8297b767fc7f31e3fd77374;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/classpath.h b/lib/classpath.h index e628e34a7..b94200797 100644 --- a/lib/classpath.h +++ b/lib/classpath.h @@ -1,5 +1,5 @@ /* Java CLASSPATH handling. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2009-2013 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify @@ -21,13 +21,13 @@ the current CLASSPATH value. If use_minimal_classpath, the current CLASSPATH is ignored. */ extern char * new_classpath (const char * const *classpaths, - unsigned int classpaths_count, - bool use_minimal_classpath); + unsigned int classpaths_count, + bool use_minimal_classpath); /* Set CLASSPATH and returns a safe copy of its old value. */ extern char * set_classpath (const char * const *classpaths, - unsigned int classpaths_count, - bool use_minimal_classpath, bool verbose); + unsigned int classpaths_count, + bool use_minimal_classpath, bool verbose); /* Restore CLASSPATH to its previous value. */ extern void reset_classpath (char *old_classpath);