From 691e2f245c7ac01b027e7300aa7fd2b1ccc90876 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Oct 1998 19:45:05 +0000 Subject: redid proto.h (This used to be commit 20880966aafb2dbcdfbf979505a2d64a269dd9a8) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index a5d6d828f7..e22efc7e59 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -983,6 +983,7 @@ BOOL lp_unix_password_sync(void); BOOL lp_passwd_chat_debug(void); BOOL lp_ole_locking_compat(void); BOOL lp_nt_smb_support(void); +BOOL lp_nt_pipe_support(void); BOOL lp_stat_cache(void); int lp_os_level(void); int lp_max_ttl(void); @@ -1845,7 +1846,6 @@ void wks_io_r_query_info(char *desc, WKS_R_QUERY_INFO *r_u, prs_struct *ps, int /*The following definitions come from rpc_server/srv_ldap_helpers.c */ -void ldap_helper_dummy(void); /*The following definitions come from rpc_server/srv_lsa.c */ -- cgit