diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-14 15:48:00 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-14 09:21:59 +0200 |
commit | e1078b87ded65bd7af8401597ae017b90bdf3ce0 (patch) | |
tree | 3d06711f5ae0514b40b9398b6c84db9fcd6ecbe4 /source3/include | |
parent | bbeba18b1ce2cae4a7fcdf040c168f89ce118861 (diff) | |
download | samba-e1078b87ded65bd7af8401597ae017b90bdf3ce0.tar.gz samba-e1078b87ded65bd7af8401597ae017b90bdf3ce0.tar.bz2 samba-e1078b87ded65bd7af8401597ae017b90bdf3ce0.zip |
lib/util Move alpha_strcpy() from s3 into common code
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Apr 14 09:21:59 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4362ddb9b8..2b6e168248 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -968,10 +968,6 @@ char *safe_strcpy_fn(char *dest, char *safe_strcat_fn(char *dest, const char *src, size_t maxlength); -char *alpha_strcpy(char *dest, - const char *src, - const char *other_safe_chars, - size_t maxlength); char *StrnCpy(char *dest,const char *src,size_t n); bool in_list(const char *s, const char *list, bool casesensitive); void string_free(char **s); |