]> gitweb.ps.run Git - ps-cgit/commitdiff
html: make all strings 'const char *'
authorMark Lodato <lodatom@gmail.com>
Tue, 9 Feb 2010 04:04:41 +0000 (23:04 -0500)
committerMark Lodato <lodatom@gmail.com>
Tue, 9 Feb 2010 04:04:41 +0000 (23:04 -0500)
None of the html_* functions modify their argument, so they can all be
'const char *' instead of a simple 'char *'.  This removes the need to
cast (or copy) when trying to print a const string.

Signed-off-by: Mark Lodato <lodatom@gmail.com>

No differences found