diff options
| author | Volker Lendecke <vl@samba.org> | 2013-12-29 13:56:44 +0100 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-04-23 22:33:08 +0200 |
| commit | 3e24e07467962436fa505f3b8e591f1af6cafdc0 (patch) | |
| tree | bb0eb8e9a6b306dac79d90d21b5fb696ac395ec6 /source3/include | |
| parent | 6dcf2c7eab0f39a17f22b09df94e5fcdac8726d1 (diff) | |
lib: Move full_path_tos to util_str.c
This can be useful elsewhere
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 3197b76af7..c854882977 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -724,6 +724,9 @@ bool validate_net_name( const char *name, int max_len); char *escape_shell_string(const char *src); char **str_list_make_v3(TALLOC_CTX *mem_ctx, const char *string, const char *sep); +ssize_t full_path_tos(const char *dir, const char *name, + char *tmpbuf, size_t tmpbuf_len, + char **pdst, char **to_free); /* The following definitions come from lib/version.c */ |
