aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-15include cleanupMax Kellermann1-0/+3
A header should include all headers which he needs. Move local includes on top, and let foo.c include foo.h in the first line, to automatically test its dependencies.
2008-09-15const pointersMax Kellermann1-3/+3
Convert pointers to const whenever it is possible. Fixes all those -Wconst warnings.
2008-09-15code style, indent with tabsMax Kellermann1-2/+2
Follow the same code style als MPD itself. This patch only fixes parts of the code which are going to be touched in the following bunch of patches, i.e. there will be more "code style" patches in the future.
2004-06-19added type argument to gcmp_list_from_path()Kalle Wallin1-1/+11
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1567 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-18Added utils.c, utils.h to the projectKalle Wallin1-0/+12
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1555 09075e82-0dd4-0310-85a5-a0d7c8717e4f