X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcsharpcomp.h;h=48f7e46386931c8b7f0abf84c73a837fe98ba0f1;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=46c319f8adc9e10cf13975024d6dcf8f67c52460;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/csharpcomp.h b/lib/csharpcomp.h index 46c319f8a..48f7e4638 100644 --- a/lib/csharpcomp.h +++ b/lib/csharpcomp.h @@ -1,5 +1,5 @@ /* Compile a C# program. - 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 @@ -28,13 +28,13 @@ If verbose, the command to be executed will be printed. Return false if OK, true on error. */ extern bool compile_csharp_class (const char * const *sources, - unsigned int sources_count, - const char * const *libdirs, - unsigned int libdirs_count, - const char * const *libraries, - unsigned int libraries_count, - const char *output_file, - bool optimize, bool debug, - bool verbose); + unsigned int sources_count, + const char * const *libdirs, + unsigned int libdirs_count, + const char * const *libraries, + unsigned int libraries_count, + const char *output_file, + bool optimize, bool debug, + bool verbose); #endif /* _CSHARPCOMP_H */