diff --git a/core/lib/list.h b/core/lib/list.h index bfd77f9cd..d7dad5073 100644 --- a/core/lib/list.h +++ b/core/lib/list.h @@ -64,7 +64,7 @@ * * Author: Adam Dunkels * - * $Id: list.h,v 1.2 2008/10/15 14:17:28 nvt-se Exp $ + * $Id: list.h,v 1.3 2009/05/06 15:07:35 adamdunkels Exp $ */ #ifndef __LIST_H__ #define __LIST_H__ @@ -80,6 +80,10 @@ * being a pointer. This pointer is used by the linked list library to * form the linked lists. * + * The list variable is declared as static to make it easy to use in a + * single C module without unnecessarily exporting the name to other + * modules. + * * \param name The name of the list. */ #define LIST(name) \