X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo.h;h=be85a1b43be998d8b3c3fa3fd9518055b2153bf0;hp=e81b10c6a3846f2b3c73bd14de56264216a2ba89;hb=b59a3c41;hpb=f652ce6afe7f6fd0e42814505234cbf4321a736e diff --git a/ggo.h b/ggo.h index e81b10c6..be85a1b4 100644 --- a/ggo.h +++ b/ggo.h @@ -17,4 +17,4 @@ struct ggo_help { }; void ggo_print_help(struct ggo_help *help, int detailed_help); -__printf_1_2 void printf_or_die(const char *fmt, ...); +__printf_1_2 int printf_or_die(const char *fmt, ...);