X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo.h;h=be85a1b43be998d8b3c3fa3fd9518055b2153bf0;hb=b01605d7062e4d1f005d5aaaaed158d8efe06d79;hp=e81b10c6a3846f2b3c73bd14de56264216a2ba89;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3;p=paraslash.git 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, ...);