[SCM] Samba Shared Repository - branch master updated - 1ad54998a971b58f870263b4b8d6e051d627c79e

Volker Lendecke vlendec at samba.org
Sat Oct 25 11:46:40 GMT 2008


The branch, master has been updated
       via  1ad54998a971b58f870263b4b8d6e051d627c79e (commit)
      from  56164805147935b8e3b03c22adee7cc2b1e1c3b8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1ad54998a971b58f870263b4b8d6e051d627c79e
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Oct 25 13:50:25 2008 +0200

    Add str_list_check[_ci] to s3's proto.h
    
    Jelmer, when I include lib/util/util.h into some s3 file I get errors, this is
    why I put those prototypes here as a workaround. Might be fixed differently
    later.

-----------------------------------------------------------------------

Summary of changes:
 source3/include/proto.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/proto.h b/source3/include/proto.h
index d04968e..e4a445b 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1663,6 +1663,9 @@ size_t str_list_length( const char * const*list );
 bool str_list_sub_basic( char **list, const char *smb_name,
 			 const char *domain_name );
 bool str_list_substitute(char **list, const char *pattern, const char *insert);
+bool str_list_check(const char **list, const char *s);
+bool str_list_check_ci(const char **list, const char *s);
+
 char *ipstr_list_make(char **ipstr_list,
 			const struct ip_service *ip_list,
 			int ip_count);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list