summaryrefslogtreecommitdiffstats
path: root/include/qsort.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qsort.h')
-rw-r--r--include/qsort.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qsort.h b/include/qsort.h
index bbb23595b2..d279dc2810 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 */