Shorten ssplit()'s prototype by removing the last two arguments
authorFabian Keil <fk@fabiankeil.de>
Fri, 8 Jun 2012 15:15:11 +0000 (15:15 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 8 Jun 2012 15:15:11 +0000 (15:15 +0000)
commit2dfe499721cd57f5e24918d50f605a48391f6fda
tree5a221aee08091c108f4889046d10726211506bf2
parent80a50f132c675003d47c4a97a75aae4a47af0903
Shorten ssplit()'s prototype by removing the last two arguments

We always want to skip empty fields and ignore leading
delimiters, so having parameters for this only complicates
the API.
actions.c
cgi.c
filters.c
loadcfg.c
ssplit.c
ssplit.h
urlmatch.c