diff options
Diffstat (limited to 'lib/libalpm/util.c')
-rw-r--r-- | lib/libalpm/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 9d4adb2d..016c0f40 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -81,7 +81,7 @@ equal to or greater than S2 (for more info, see the texinfo doc). */ -static int strverscmp (s1, s2) +int strverscmp (s1, s2) const char *s1; const char *s2; { |