comparison libpurple/internal.h @ 23064:b5479b576af3

disapproval of revision '10564049c98925d0ce0ece64a5af0fe1efd723e7'
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 01 Jul 2008 21:49:46 +0000
parents 1008901e1d5c
children
comparison
equal deleted inserted replaced
23063:1008901e1d5c 23064:b5479b576af3
227 * g_strlcpy/g_strlcpy directly. */ 227 * g_strlcpy/g_strlcpy directly. */
228 #define purple_strlcpy(dest, src) g_strlcpy(dest, src, sizeof(dest)) 228 #define purple_strlcpy(dest, src) g_strlcpy(dest, src, sizeof(dest))
229 #define purple_strlcat(dest, src) g_strlcat(dest, src, sizeof(dest)) 229 #define purple_strlcat(dest, src) g_strlcat(dest, src, sizeof(dest))
230 230
231 #define PURPLE_WEBSITE "http://pidgin.im/" 231 #define PURPLE_WEBSITE "http://pidgin.im/"
232 #ifndef CLIENT_WEBSITE
233 #define CLIENT_WEBSITE PURPLE_WEBSITE
234 #endif
235 #define PURPLE_DEVEL_WEBSITE "http://developer.pidgin.im/" 232 #define PURPLE_DEVEL_WEBSITE "http://developer.pidgin.im/"
236 233
237 /* This is for the accounts code to notify the buddy icon code that 234 /* This is for the accounts code to notify the buddy icon code that
238 * it's done loading. We may want to replace this with a signal. */ 235 * it's done loading. We may want to replace this with a signal. */
239 void 236 void