diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-14 12:42:52 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-14 12:42:52 +1000 |
commit | 72dcf6d47c53c7f4f9b62567207b7bf38be1f022 (patch) | |
tree | c0a1b05371ea1545ff8b70160ede6d03800e71fe /source3/include | |
parent | aad2c19da7609e1a4c08ef11aab03c29a30090d8 (diff) | |
download | samba-72dcf6d47c53c7f4f9b62567207b7bf38be1f022.tar.gz samba-72dcf6d47c53c7f4f9b62567207b7bf38be1f022.tar.bz2 samba-72dcf6d47c53c7f4f9b62567207b7bf38be1f022.zip |
s3-lib Move unix_strlower and unix_strupper to their only users.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0881edba9a..eebc25f38b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -83,10 +83,8 @@ bool convert_string_error(charset_t from, charset_t to, void const *src, size_t srclen, void *dest, size_t destlen, size_t *converted_size); -bool unix_strupper(const char *src, size_t srclen, char *dest, size_t destlen); char *talloc_strdup_upper(TALLOC_CTX *ctx, const char *s); char *strupper_talloc(TALLOC_CTX *ctx, const char *s); -bool unix_strlower(const char *src, size_t srclen, char *dest, size_t destlen); char *talloc_strdup_lower(TALLOC_CTX *ctx, const char *s); char *strlower_talloc(TALLOC_CTX *ctx, const char *s); size_t ucs2_align(const void *base_ptr, const void *p, int flags); |