X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fjavaexec.h;h=58f905e246d6669046871de48386d52eb84b9d48;hb=96269bbd2c9c35940341c978261587bdf3bcda78;hp=6bf6293e566cf5edcae115043fe45cdcde673a8c;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/javaexec.h b/lib/javaexec.h index 6bf6293e5..58f905e24 100644 --- a/lib/javaexec.h +++ b/lib/javaexec.h @@ -1,5 +1,5 @@ /* Execute a Java program. - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2009-2012 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify @@ -21,8 +21,8 @@ #include typedef bool execute_fn (const char *progname, - const char *prog_path, char **prog_argv, - void *private_data); + const char *prog_path, char **prog_argv, + void *private_data); /* Execute a Java class. class_name is the Java class name to be executed. @@ -39,12 +39,12 @@ typedef bool execute_fn (const char *progname, Return false if OK, true on error. If quiet, error messages will not be printed. */ extern bool execute_java_class (const char *class_name, - const char * const *classpaths, - unsigned int classpaths_count, - bool use_minimal_classpath, - const char *exe_dir, - const char * const *args, - bool verbose, bool quiet, - execute_fn *executer, void *private_data); + const char * const *classpaths, + unsigned int classpaths_count, + bool use_minimal_classpath, + const char *exe_dir, + const char * const *args, + bool verbose, bool quiet, + execute_fn *executer, void *private_data); #endif /* _JAVAEXEC_H */