comparison mcabber/src/hbuf.h @ 1423:757ebe4df0b9

Replace DEBUG_ENABLE with ENABLE_DEBUG
author Mikael Berthe <mikael@lilotux.net>
date Sun, 17 Feb 2008 21:15:30 +0100
parents e42f48103609
children bb1cc8902d0e
comparison
equal deleted inserted replaced
1422:3cd104b41f26 1423:757ebe4df0b9
45 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n); 45 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
46 GList *hbuf_search(GList *hbuf, int direction, const char *string); 46 GList *hbuf_search(GList *hbuf, int direction, const char *string);
47 GList *hbuf_jump_date(GList *hbuf, time_t t); 47 GList *hbuf_jump_date(GList *hbuf, time_t t);
48 GList *hbuf_jump_percent(GList *hbuf, int pc); 48 GList *hbuf_jump_percent(GList *hbuf, int pc);
49 49
50 #ifdef DEBUG_ENABLE 50 #ifdef ENABLE_DEBUG
51 guint hbuf_get_blocks_number(GList *p_hbuf); 51 guint hbuf_get_blocks_number(GList *p_hbuf);
52 #endif 52 #endif
53 53
54 #endif /* __HBUF_H__ */ 54 #endif /* __HBUF_H__ */
55 55