uprf: We don't have to implement it ourselves but can use strncasecmp()
authormarkus schnalke <meillo@marmaro.de>
Thu, 25 Sep 2014 11:04:24 +0000 (13:04 +0200)
committermarkus schnalke <meillo@marmaro.de>
Thu, 25 Sep 2014 11:04:24 +0000 (13:04 +0200)
commit786ff643f5933939b8c5173155aa0ae5a3a00eba
tree386a3d3a4ecd8e405dbfc0bcc6880456a18f8c74
parent6c0952c1d53bc73b1beefc46ef9ee08cd5213ac3
uprf: We don't have to implement it ourselves but can use strncasecmp()
Also clarified what an ``unsigned prefix'' really is.
I haven't changed all uses of uprf() in the code to strncasecmp(). This
could be done. I'm not sure if it would enhance the clarity of the code.
We don't need a prototype for strncasecmp(), because it's declared in
strings.h.
h/prototypes.h
sbr/uprf.c