comparison libpurple/protocols/novell/novell.c @ 22007:c38d72677c8a

Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up the existing warnings. I removed a handful of dead code and cleaned up a couple of things that I stumbled across.
author Richard Laager <rlaager@wiktel.com>
date Thu, 03 Jan 2008 04:57:40 +0000
parents 665e04562de0
children 8515997d66e9
comparison
equal deleted inserted replaced
21975:c7c5e2ff2b04 22007:c38d72677c8a
1027 /******************************************************************************* 1027 /*******************************************************************************
1028 * Helper functions 1028 * Helper functions
1029 ******************************************************************************/ 1029 ******************************************************************************/
1030 1030
1031 static char * 1031 static char *
1032 _user_agent_string() 1032 _user_agent_string(void)
1033 { 1033 {
1034 1034
1035 #if !defined(_WIN32) 1035 #if !defined(_WIN32)
1036 1036
1037 const char *sysname = ""; 1037 const char *sysname = "";