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
commitb04c699ecfb4704a67f4583e4ea929a6a3e49856 (patch)
tree9149adb41b7bc1acca6c882ab413f68b19b2a64d /lib/log.h
parent97c52f4e397848fb18c689dfe161d0b8f7803722 (diff)
downloadquagga-b04c699ecfb4704a67f4583e4ea929a6a3e49856.tar.bz2
quagga-b04c699ecfb4704a67f4583e4ea929a6a3e49856.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. */