summaryrefslogtreecommitdiff
path: root/source3/iniparser/src/dictionary.c
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2007-05-27 15:58:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:51 -0500
commite5e33247ff9abe01a87bd7b8ebd050c549e2814f (patch)
tree3266f7257f09f87cd76a2632d2f68309edb58f8d /source3/iniparser/src/dictionary.c
parent40a3b796ceac468b887b981422680a8139142a07 (diff)
downloadsamba-e5e33247ff9abe01a87bd7b8ebd050c549e2814f.tar.gz
samba-e5e33247ff9abe01a87bd7b8ebd050c549e2814f.tar.bz2
samba-e5e33247ff9abe01a87bd7b8ebd050c549e2814f.zip
r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17.
(This used to be commit 3fa98245d98436a0f042ffca9bf102e9f920bace)
Diffstat (limited to 'source3/iniparser/src/dictionary.c')
-rw-r--r--source3/iniparser/src/dictionary.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/iniparser/src/dictionary.c b/source3/iniparser/src/dictionary.c
index edbd6f9a35..b9d426dc7e 100644
--- a/source3/iniparser/src/dictionary.c
+++ b/source3/iniparser/src/dictionary.c
@@ -4,7 +4,7 @@
@file dictionary.c
@author N. Devillard
@date Aug 2000
- @version $Revision: 1.23 $
+ @version $Revision: 1.25 $
@brief Implements a dictionary for string variables.
This module implements a simple dictionary object, i.e. a list
@@ -14,10 +14,10 @@
/*--------------------------------------------------------------------------*/
/*
- $Id: dictionary.c,v 1.23 2002/06/17 09:30:46 ndevilla Exp $
+ $Id: dictionary.c,v 1.25 2007-05-27 13:03:43 ndevilla Exp $
$Author: ndevilla $
- $Date: 2002/06/17 09:30:46 $
- $Revision: 1.23 $
+ $Date: 2007-05-27 13:03:43 $
+ $Revision: 1.25 $
*/
/*---------------------------------------------------------------------------