diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 0d1c8724a..d8c912d09 100644 --- a/include/common.h +++ b/include/common.h @@ -632,6 +632,7 @@ static inline IPaddr_t getenv_IPaddr (char *var)  /* lib/qsort.c */  void qsort(void *base, size_t nmemb, size_t size,  	   int(*compar)(const void *, const void *)); +int strcmp_compar(const void *, const void *);  /* lib/time.c */  void	udelay        (unsigned long); |