#ifndef EDE_STRVERSCMP_H
#define EDE_STRVERSCMP_H
#ifdef __cplusplus
extern "C" {
#endif
int ede_strverscmp (const char *, const char *);
}