Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- include/qsort.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/qsort.h b/include/qsort.h index bbb2359..d279dc2 100644 --- a/include/qsort.h +++ b/include/qsort.h @@ -4,4 +4,6 @@ void qsort(void *base, size_t nel, size_t width, int (*comp)(const void *, const void *)); +int strcmp_compar(const void *p1, const void *p2); + #endif /* __QSORT_H */ -- 1.7.10 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox