filename2uri() doesn't modify its parameter (and in at least one place we hand it...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 18 Apr 2008 12:47:05 +0000 (12:47 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 18 Apr 2008 12:47:05 +0000 (12:47 +0000)
commit79231bdb846263a92bf01662b237cdc1d7835c3e
treef9569208e6ffdd8830640087d55a255d2ab01e2e
parent61639b113259a13bccb33d5e9286df42916a1a11
filename2uri() doesn't modify its parameter (and in at least one place we hand it a const argument) so make the parameter const.  Also move the function up in the file (before its first use).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25113 f5534014-38df-0310-8fa8-9805f1628bb7
gtk/webbrowser.c