diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-18 17:49:41 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-18 17:49:41 +0200 |
commit | 33032d591f8e39edae0ce4b35ca1b6e25f04a04b (patch) | |
tree | c2a6bad2e09f49f8d6df4aeed9c1b77bad19b89f /source3/include | |
parent | 4f9b6fdce4340a1022f659daaa035d0336ff6b53 (diff) | |
download | samba-33032d591f8e39edae0ce4b35ca1b6e25f04a04b.tar.gz samba-33032d591f8e39edae0ce4b35ca1b6e25f04a04b.tar.bz2 samba-33032d591f8e39edae0ce4b35ca1b6e25f04a04b.zip |
Move ufc to libreplace.
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 ba84574653..c4c89b0448 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1190,10 +1190,6 @@ const char *time_to_asc(const time_t t); const char *display_time(NTTIME nttime); bool nt_time_is_set(const NTTIME *nt); -/* The following definitions come from lib/ufc.c */ - -char *ufc_crypt(const char *key,const char *salt); - /* The following definitions come from lib/username.c */ char *get_user_home_dir(TALLOC_CTX *mem_ctx, const char *user); |