(ALERT_CHAR): New macro.
[gnulib.git] / lib / strverscmp.h
index 79737fe..bb1ea1b 100644 (file)
@@ -3,6 +3,18 @@
 #ifndef STRVERSCMP_H_
 # define STRVERSCMP_H_
 
-int strverscmp (const char*, const char*);
+# if HAVE_CONFIG_H
+#  include <config.h>
+# 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_ */