From ea5a9b21fb384524c8370c6d7a712b35e170fd06 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 16 Apr 2012 15:34:40 +1000 Subject: s3-build: move file_id.c into samba3-util and create a private header --- source3/include/proto.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 14fe730b40..8392b68797 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -122,11 +122,6 @@ int map_errno_from_nt_status(NTSTATUS status); /* The following definitions come from lib/file_id.c */ struct file_id vfs_file_id_from_sbuf(connection_struct *conn, const SMB_STRUCT_STAT *sbuf); -bool file_id_equal(const struct file_id *id1, const struct file_id *id2); -const char *file_id_string_tos(const struct file_id *id); -void push_file_id_16(char *buf, const struct file_id *id); -void push_file_id_24(char *buf, const struct file_id *id); -void pull_file_id_24(char *buf, struct file_id *id); /* The following definitions come from lib/gencache.c */ -- cgit