comparison 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
comparison
equal deleted inserted replaced
3:4a81cc2da570 4:180d26aa2a17
4 the GPL version 3 or any later version at your choice available at 4 the GPL version 3 or any later version at your choice available at
5 http://www.gnu.org/licenses/gpl-3.0.txt 5 http://www.gnu.org/licenses/gpl-3.0.txt
6 6
7 */ 7 */
8 8
9 void my_syslog(char *text); 9 void my_syslog(const char *text);
10 extern int debug_syslog; 10 extern int debug_syslog;