227668837d72cf8ec064e84ff16afbe7e5d0ab01
[gnulib.git] / lib / strverscmp.h
1 /* strverscmp.h -- compare strings holding indices/version numbers */
2
3 #ifndef STRVERSCMP_H_
4 # define STRVERSCMP_H_
5
6 # if HAVE_CONFIG_H
7 #  include <config.h>
8 # endif
9
10 int strverscmp (const char*, const char*);
11
12 #endif /* not STRVERSCMP_H_ */