X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo.h;h=be85a1b43be998d8b3c3fa3fd9518055b2153bf0;hp=d1105ef893716ccddfcf7e5e821d343061fb0d58;hb=b59a3c41;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0 diff --git a/ggo.h b/ggo.h index d1105ef8..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. */ @@ -7,7 +7,7 @@ /** \file ggo.h Functions and structures for help text handling. */ /** - * Used by exexutables that can not use gengetopt's generated help function. + * Used by executables that can not use gengetopt's generated help function. */ struct ggo_help { /** The lines of the short help text. */ @@ -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, ...);