diff options
author | Lars Müller <lmuelle@samba.org> | 2007-05-27 15:58:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:51 -0500 |
commit | e5e33247ff9abe01a87bd7b8ebd050c549e2814f (patch) | |
tree | 3266f7257f09f87cd76a2632d2f68309edb58f8d /source3/iniparser/src/strlib.h | |
parent | 40a3b796ceac468b887b981422680a8139142a07 (diff) | |
download | samba-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/strlib.h')
-rw-r--r-- | source3/iniparser/src/strlib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/iniparser/src/strlib.h b/source3/iniparser/src/strlib.h index 39ca26f1df..cd70a6287d 100644 --- a/source3/iniparser/src/strlib.h +++ b/source3/iniparser/src/strlib.h @@ -4,7 +4,7 @@ @file strlib.h @author N. Devillard @date Jan 2001 - @version $Revision: 1.3 $ + @version $Revision: 1.4 $ @brief Various string handling routines to complement the C lib. This modules adds a few complementary string routines usually missing @@ -13,10 +13,10 @@ /*--------------------------------------------------------------------------*/ /* - $Id: strlib.h,v 1.3 2001/10/19 08:31:41 ndevilla Exp $ + $Id: strlib.h,v 1.4 2006-09-27 11:04:11 ndevilla Exp $ $Author: ndevilla $ - $Date: 2001/10/19 08:31:41 $ - $Revision: 1.3 $ + $Date: 2006-09-27 11:04:11 $ + $Revision: 1.4 $ */ #ifndef _STRLIB_H_ |