X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fslist.h;h=8bb6ca480cdf2740115510fd8e0e100604714b80;hb=8e003243fbec4cff4af3e9ca01ea713065336970;hp=56c836414dcad24f3997afb288fce9ad50eeedd5;hpb=84004dbf9bb2ab8a7f8b968affc53ee3065fa911;p=deb_libnfs.git diff --git a/include/slist.h b/include/slist.h index 56c8364..8bb6ca4 100644 --- a/include/slist.h +++ b/include/slist.h @@ -15,6 +15,9 @@ along with this program; if not, see . */ +#ifndef _LIBNFS_SLIST_H_ +#define _LIBNFS_SLIST_H_ + #define SLIST_ADD(list, item) \ do { \ (item)->next = (*list); \ @@ -46,6 +49,4 @@ (*list) = head; \ } - - - +#endif /* !_LIBNFS_SLIST_H_ */