diff src/routeflapper.h @ 4:180d26aa2a17

Fedora 9 compile and const correctness.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 12 Jun 2008 17:51:33 -0700
parents 48d06780cf77
children
line wrap: on
line diff
--- a/src/routeflapper.h	Thu May 22 20:39:52 2008 -0700
+++ b/src/routeflapper.h	Thu Jun 12 17:51:33 2008 -0700
@@ -6,5 +6,5 @@
 
 */
 
-void my_syslog(char *text);
+void my_syslog(const char *text);
 extern int debug_syslog;