Modified argv() to return the original "char **" instead of "char const **".
authorjkaeber <jkaeber@270642c3-0616-0410-b53a-bc976706d245>
Thu, 3 Apr 2008 09:30:14 +0000 (09:30 +0000)
committerjkaeber <jkaeber@270642c3-0616-0410-b53a-bc976706d245>
Thu, 3 Apr 2008 09:30:14 +0000 (09:30 +0000)
commit6876608d730140be160e1cd33094d493e88dee79
tree84ccf94dbf2326d4dfeef44b3801ebd96575cdce
parentd2459b6c8249291588fd3d0d125ed3d38e003b55
Modified argv() to return the original "char **" instead of "char const **".

According to C99, section 5.1.2.2.1 (Program startup):
"The parameters argc and argv and the strings pointed to
 by the argv array shall be modifiable by the program, and
 retain their last-stored values between program startup and
 program termination."
And it makes using boost::program_options much easier :)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@776 270642c3-0616-0410-b53a-bc976706d245
Utils/Daemon/Daemon.cc
Utils/Daemon/Daemon.hh