Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | include util.h in rawstr.c | Dan McGee | 2011-07-05 |
| | | | | | | | | Fixes "error: no previous prototype for '_alpm_raw_cmp' [-Werror=missing-prototypes]" warnings, and also prevents someone from getting the prototypes and functions out of sync. Signed-off-by: Dan McGee <dan@archlinux.org> | ||
* | lib/rawstr: borrow raw string functions from curl | Dave Reisner | 2011-07-05 |
We'll need these functions to do locale agnostic and case insensitive string comparisons. Signed-off-by: Dave Reisner <dreisner@archlinux.org> |