X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo.h;h=be85a1b43be998d8b3c3fa3fd9518055b2153bf0;hp=936fb1079ba07e5bd9cb36ff38b6c6afe242be53;hb=06b3e7bc1b04def7488a5c5cd65de00aca655612;hpb=c94cfa1c7a3a39e9dc7a80e42b50e33376de8094 diff --git a/ggo.h b/ggo.h index 936fb107..be85a1b4 100644 --- a/ggo.h +++ b/ggo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 Andre Noll + * Copyright (C) 2008-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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, ...);