From 502186fe0ce4378e7eaf52bf33c38210cd0146cf Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 7 Feb 2012 10:20:36 -0800 Subject: Remove unused get_file_size() function. Autobuild-User: Jeremy Allison Autobuild-Date: Tue Feb 7 20:56:28 CET 2012 on sn-devel-104 --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 3cfb93f298..a94f6c42da 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -490,7 +490,6 @@ bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf, bool fake_dir_create_times); bool socket_exist(const char *fname); uint64_t get_file_size_stat(const SMB_STRUCT_STAT *sbuf); -SMB_OFF_T get_file_size(char *file_name); void show_msg(const char *buf); int set_message_bcc(char *buf,int num_bytes); ssize_t message_push_blob(uint8 **outbuf, DATA_BLOB blob); -- cgit