X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrverscmp.h;h=bb1ea1b0a1df75842fdfffaff8dc846a0204b63c;hb=25a832363606f0a9f987f9242265a5e6e1259228;hp=79737fe1779ba3ec77e7c07e3127b1acd4f54c6c;hpb=20d419623aa1b6de80ac4e364a3ea6c98c40ba45;p=gnulib.git diff --git a/lib/strverscmp.h b/lib/strverscmp.h index 79737fe17..bb1ea1b0a 100644 --- a/lib/strverscmp.h +++ b/lib/strverscmp.h @@ -3,6 +3,18 @@ #ifndef STRVERSCMP_H_ # define STRVERSCMP_H_ -int strverscmp (const char*, const char*); +# if HAVE_CONFIG_H +# include +# endif + +# ifndef PARAMS +# if defined PROTOTYPES || (defined __STDC__ && __STDC__) +# define PARAMS(Args) Args +# else +# define PARAMS(Args) () +# endif +# endif + +int strverscmp PARAMS ((const char*, const char*)); #endif /* not STRVERSCMP_H_ */