From 5c4885a26bbdc1a5086417b63395debd2670db85 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 23 Nov 2009 16:33:53 +0100 Subject: Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit" This reverts commit f7b4151a64d8c6851e62255a7139fd00a5fc63a3. --- source3/include/proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4622118542..9b92b0d06b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1156,8 +1156,7 @@ gid_t nametogid(const char *name); void smb_panic(const char *const why); void log_stack_trace(void); const char *readdirname(SMB_STRUCT_DIR *p); -bool is_in_path(const char *name, name_compare_entry *namelist, - enum protocol_types proto, bool case_sensitive); +bool is_in_path(const char *name, name_compare_entry *namelist, bool case_sensitive); void set_namearray(name_compare_entry **ppname_array, const char *namelist); void free_namearray(name_compare_entry *name_array); bool fcntl_lock(int fd, int op, SMB_OFF_T offset, SMB_OFF_T count, int type); -- cgit