[PATCH 03/12] qsort: declare strcmp_compar publically
Sascha Hauer
s.hauer at pengutronix.de
Mon Jun 25 13:38:21 EDT 2012
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
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
More information about the barebox
mailing list