Index: include/ChangeLog
[deliverable/binutils-gdb.git] / include / libiberty.h
index 4b0d532db78f604d82f245420b28a68bc42d1bda..6fb5e19ccd511fb5adefe1f1bd6b853311a92446 100644 (file)
@@ -540,6 +540,11 @@ extern int snprintf (char *, size_t, const char *, ...) ATTRIBUTE_PRINTF_3;
 extern int vsnprintf (char *, size_t, const char *, va_list) ATTRIBUTE_PRINTF(3,0);
 #endif
 
+#if defined(HAVE_DECL_STRVERSCMP) && !HAVE_DECL_STRVERSCMP
+/* Compare version strings.  */
+extern int strverscmp (const char *, const char *);
+#endif
+
 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
 
 /* Drastically simplified alloca configurator.  If we're using GCC,
This page took 0.023516 seconds and 4 git commands to generate.