blob: 23ec6709ea574548a11e9400e69608808cdd5411 [file] [log] [blame]
#ifndef STRVERSCMP_H
#define STRVERSCMP_H
extern int strverscmp (const char *s1, const char *s2);
extern int versionsort (const void *a, const void *b);
#endif