summaryrefslogtreecommitdiffstats
path: root/lib/log.h
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-04 19:10:31 +0000
committerhasso <hasso>2004-10-04 19:10:31 +0000
commit2c867c810ec96a5187bc204b3338d710ed027ff7 (patch)
tree33dd9c518d71db028c5ea690ace614ea768fb35d /lib/log.h
parentf131d4ceedc8ad48d21543e72c41109c0de7adf0 (diff)
downloadquagga-2c867c810ec96a5187bc204b3338d710ed027ff7.tar.bz2
quagga-2c867c810ec96a5187bc204b3338d710ed027ff7.tar.xz
First small part of lib cleanup. Mainly "constification" of arguments and
adding FIXME's.
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.h b/lib/log.h
index 8948ea00..defe0641 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -71,7 +71,7 @@ struct zlog
struct message
{
int key;
- char *str;
+ const char *str;
};
/* Default logging strucutre. */