X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fclasspath.h;h=ae8b0cf41ff3089a5dc98d6815b9be59a6ca5f40;hb=458c944ddbb41cd6ba34416db2867eb6f17bf61a;hp=e628e34a7f2b7f25a8297b767fc7f31e3fd77374;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/classpath.h b/lib/classpath.h index e628e34a7..ae8b0cf41 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-2014 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);