1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00

r18593: try to get the same socket_wrapper file building in samba3 and samba4

this is preparation of adding libreplace to samba3 later.

metze
This commit is contained in:
Stefan Metzmacher
2006-09-17 05:11:57 +00:00
committed by Gerald (Jerry) Carter
parent e9fe725cf4
commit 26228e4b2e
3 changed files with 29 additions and 3 deletions

View File

@@ -21,6 +21,9 @@
/* To use these macros you must have a structure containing a next and
prev pointer */
#ifndef _DLINKLIST_H
#define _DLINKLIST_H
/* hook into the front of the list */
#define DLIST_ADD(list, p) \
@@ -107,3 +110,5 @@ do { \
} \
} \
} while (0)
#endif /* _DLINKLIST_H */