commit | cd303e163aa035cd5a81bdd64c1710c2a4897d05 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Oct 14 15:34:48 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Wed Oct 14 15:34:48 2009 -0400 |
tree | 0820924adbdcc520676598b06bf999622e78ff54 | |
parent | c567c87ee6ec9b585c9d2f8f87e86371a5bfcbb5 [diff] |
remove all char * typecasts and use const in prototype The (char *) for all the static strings was a fix for the symptom and not the disease. The real issue was that the function prototypes needed to be declared "const char *". Signed-off-by: Steven Rostedt <srostedt@redhat.com>