summaryrefslogtreecommitdiff
path: root/lib/strverscmp.h
blob: 227668837d72cf8ec064e84ff16afbe7e5d0ab01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* strverscmp.h -- compare strings holding indices/version numbers */

#ifndef STRVERSCMP_H_
# define STRVERSCMP_H_

# if HAVE_CONFIG_H
#  include <config.h>
# endif

int strverscmp (const char*, const char*);

#endif /* not STRVERSCMP_H_ */