summaryrefslogtreecommitdiff
path: root/source3/ubiqx/ubi_dLinkList.c
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1998-07-24 07:39:14 +0000
committerChristopher R. Hertel <crh@samba.org>1998-07-24 07:39:14 +0000
commit5a9f14bca97a41c614dbc21707cfbaef7d626869 (patch)
treebea5959e42392c37b97703d6a08431c37167fec1 /source3/ubiqx/ubi_dLinkList.c
parent981e1b0f7e5d41b59785f03a2f32d601a4fe7e13 (diff)
downloadsamba-5a9f14bca97a41c614dbc21707cfbaef7d626869.tar.gz
samba-5a9f14bca97a41c614dbc21707cfbaef7d626869.tar.bz2
samba-5a9f14bca97a41c614dbc21707cfbaef7d626869.zip
To each list type, I added a macro that makes it easier to define and
initialize a list header. (This used to be commit 3c133778f13f690e70b8b5b923e10b5fe561c812)
Diffstat (limited to 'source3/ubiqx/ubi_dLinkList.c')
-rw-r--r--source3/ubiqx/ubi_dLinkList.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/ubiqx/ubi_dLinkList.c b/source3/ubiqx/ubi_dLinkList.c
index a2db4a2d0d..c780bd1df8 100644
--- a/source3/ubiqx/ubi_dLinkList.c
+++ b/source3/ubiqx/ubi_dLinkList.c
@@ -24,7 +24,10 @@
*
* -------------------------------------------------------------------------- **
*
- * Log: ubi_dLinkList.c,v
+ * Log: ubi_dLinkList.c,v
+ * Revision 0.10 1998/07/24 07:30:20 crh
+ * Added the ubi_dlNewList() macro.
+ *
* Revision 0.9 1998/06/04 21:29:27 crh
* Upper-cased defined constants (eg UBI_BINTREE_H) in some header files.
* This is more "standard", and is what people expect. Weird, eh?