summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2014-04-14 22:11:12 +0200
committerChristian Ambach <ambi@samba.org>2014-06-04 20:09:38 +0200
commit89961ca2972b087ae4a974ce223b75263ec1ee1f (patch)
tree804c2d2b6808b2f57987bcd0bd10a3ddde5d3549 /source3/include
parent62b4d442b9b43d40137ba82e9d00c864ef2d1c25 (diff)
downloadsamba-89961ca2972b087ae4a974ce223b75263ec1ee1f.tar.gz
samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.tar.xz
samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.zip
s3:lib/afs move afs.c to common lib dir
some of the code in afs.c is needed by wbinfo that lives in the toplevel nsswitch directory, so move the afs.c file to a new top-level lib/afs directory. Use the name afs_funcs to avoid collisions with the afs.h header from OpenAFS Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d401dfbef3..14af2ad603 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -35,12 +35,6 @@ bool allow_access(const char **deny_list,
/* The following definitions come from lib/adt_tree.c */
-
-/* The following definitions come from lib/afs.c */
-
-char *afs_createtoken_str(const char *username, const char *cell);
-bool afs_login(connection_struct *conn);
-
/* The following definitions come from lib/afs_settoken.c */
int afs_syscall(int subcall, const char *path, int cmd, char *cmarg, int follow);