aboutsummaryrefslogtreecommitdiff
path: root/src/daemon.h
diff options
context:
space:
mode:
authorMichal Nazarewicz <mina86@mina86.com>2009-07-19 08:18:08 +0200
committerMax Kellermann <max@duempel.org>2009-07-19 08:18:08 +0200
commit03e43356ce886eb359c0aac1a24aac56fbb0c59a (patch)
treec715adf2fee413ab1dbe9c1b4616e4d9d7da6717 /src/daemon.h
parentd718a8b59d1f48abcff7f5626a237c1998fc83d5 (diff)
conf: replaced gcc "const" attribute with "pure"
The functions were not "const" (they examined values pointed by arguments passed to them, quoting gcc's doc: "Note that a function that has pointer arguments and examines the data pointed to must _not_ be declared 'const'.") but rather "pure" and still not all of them. Note also, that even some of the functions declared "pure" are not pure, however, due to reasons stated in source code the attribute has been kept.
Diffstat (limited to 'src/daemon.h')
0 files changed, 0 insertions, 0 deletions