aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.h
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-09-20 15:43:35 -0700
committerEric Wong <normalperson@yhbt.net>2008-09-20 15:43:35 -0700
commit5a42e7362b3745fb59f0aa49bab624f7fba83eff (patch)
treeab7c77c6d4d47324f40c5a1ddeef3928dfb676c7 /src/directory.h
parent71ac281579c8b8b384cfc09d8627b549b1854fcd (diff)
downloadmpd-5a42e7362b3745fb59f0aa49bab624f7fba83eff.tar.gz
mpd-5a42e7362b3745fb59f0aa49bab624f7fba83eff.tar.xz
mpd-5a42e7362b3745fb59f0aa49bab624f7fba83eff.zip
Add prefixcmp() (stol^H^H^H^Hborrowed from git)
This allows us to avoid the nasty repetition in strncmp(foo, bar, strlen(foo)). We'll miss out on the compiler optimizing strlen() into sizeof() - 1 for string literals for this; but we don't use this it for performance-critical functions anyways...
Diffstat (limited to 'src/directory.h')
0 files changed, 0 insertions, 0 deletions