9
0
Fork 0

qsort: declare strcmp_compar publically

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2012-06-22 12:45:15 +02:00
parent aee2920a88
commit 3058898828
1 changed files with 2 additions and 0 deletions

View File

@ -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 */