[SCM] Samba Shared Repository - branch master updated - 5477e1cbf90e3814713653e86af5e1d14518bc9c

Stefan Metzmacher metze at samba.org
Tue Sep 23 19:08:22 GMT 2008


The branch, master has been updated
       via  5477e1cbf90e3814713653e86af5e1d14518bc9c (commit)
      from  1c2e6978b89551828b66c348be361ce9a2b8ddb4 (commit)

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


- Log -----------------------------------------------------------------
commit 5477e1cbf90e3814713653e86af5e1d14518bc9c
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Sep 23 21:06:41 2008 +0200

    s4:lib/charset: add missing prototype of talloc_strdup_upper()
    
    metze

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

Summary of changes:
 source4/lib/charset/charset.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/charset/charset.h b/source4/lib/charset/charset.h
index c49745c..d4dae4c 100644
--- a/source4/lib/charset/charset.h
+++ b/source4/lib/charset/charset.h
@@ -97,6 +97,7 @@ size_t count_chars_w(const char *s, char c);
 void strupper_m(char *s);
 void strlower_m(char *s);
 char *strupper_talloc(TALLOC_CTX *ctx, const char *src);
+char *talloc_strdup_upper(TALLOC_CTX *ctx, const char *src);
 char *strupper_talloc_n(TALLOC_CTX *ctx, const char *src, size_t n);
 char *strlower_talloc(TALLOC_CTX *ctx, const char *src);
 bool strhasupper(const char *string);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list