comparison mcabber/src/list.h @ 393:f8f3c7493457

Whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:04:54 +0100
parents 0cd8025eebee
children
comparison
equal deleted inserted replaced
392:6329c9601704 393:f8f3c7493457
23 #define INIT_LIST_HEAD(ptr) do { \ 23 #define INIT_LIST_HEAD(ptr) do { \
24 (ptr)->next = (ptr); (ptr)->prev = (ptr); \ 24 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
25 } while (0) 25 } while (0)
26 26
27 /* 27 /*
28 * Insert a new entry between two known consecutive entries. 28 * Insert a new entry between two known consecutive entries.
29 * 29 *
30 * This is only for internal list manipulation where we know 30 * This is only for internal list manipulation where we know
31 * the prev/next entries already! 31 * the prev/next entries already!
32 */ 32 */
33 static inline void 33 static inline void