]> git.tuebingen.mpg.de Git - paraslash.git/commit
daemon: Constify argument of two functions.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 21 Jun 2016 21:27:54 +0000 (23:27 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 3 Jul 2016 13:57:16 +0000 (15:57 +0200)
commit92d85d340495154f3fda23f322af13fc9de42155
treedcc49261b8c4bb9ab0e19e1e9266a24b27d113f8
parentae73007aa7c147660f204c96b6d18edf71bd393d
daemon: Constify argument of two functions.

daemon_set_logfile() and daemon_set_loglevel() do not modify the
passed string, so the type of the argument should be const char *.
daemon.c
daemon.h