Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.
[oweals/opkg-lede.git] / libopkg / pkg_parse.h
index 5461607eea9f456af4b75031c843d7bb00193e41..24f02388f870bb5cdec56fbf7c3802d32d3e30b4 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef PKG_PARSE_H
 #define PKG_PARSE_H
 
-int parseVersion(pkg_t *pkg, const char *raw);
+int parse_version(pkg_t *pkg, const char *raw);
 int pkg_parse_from_stream(pkg_t *pkg, FILE *fp, uint mask);
 int pkg_parse_from_stream_nomalloc(pkg_t *pkg, FILE *fp, uint mask,
                                                char **buf0, size_t buf0len);