X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fcsharpexec.h;h=4a3cb32e1ca6ca4c492561b12e178cce9c801e11;hb=3328658b9ca05a320dccd8bf529ad12e408c24da;hp=34a164ee13e2a70402b783eb4e0016177a90a901;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/csharpexec.h b/lib/csharpexec.h index 34a164ee1..4a3cb32e1 100644 --- a/lib/csharpexec.h +++ b/lib/csharpexec.h @@ -1,5 +1,5 @@ /* Execute a C# program. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2009, 2010 Free Software Foundation, Inc. Written by Bruno Haible , 2003. 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 C# program. assembly_path is the assembly's pathname (= program name with .exe). @@ -34,10 +34,10 @@ 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_csharp_program (const char *assembly_path, - const char * const *libdirs, - unsigned int libdirs_count, - const char * const *args, - bool verbose, bool quiet, - execute_fn *executer, void *private_data); + const char * const *libdirs, + unsigned int libdirs_count, + const char * const *args, + bool verbose, bool quiet, + execute_fn *executer, void *private_data); #endif /* _CSHARPEXEC_H */