From: Günther Deschner Date: Wed, 30 Mar 2011 12:48:18 +0000 (+0200) Subject: s3-proto: pure cosmetics, remove some generated comments. X-Git-Tag: ldb-1.1.0~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8ed33ae9c26a63fd8adffa2041fe46a2542f0ba;p=thirdparty%2Fsamba.git s3-proto: pure cosmetics, remove some generated comments. Guenther --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 91ff45d7b97..c19e3a45f74 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2755,8 +2755,6 @@ NTSTATUS rpc_transport_tstream_init(TALLOC_CTX *mem_ctx, struct rpc_cli_transport **presult); struct cli_state *rpc_pipe_np_smb_conn(struct rpc_pipe_client *p); -/* The following definitions come from rpc_server/srv_eventlog_nt.c */ - /* The following definitions come from rpc_server/rpc_handles.c */ size_t num_pipe_handles(struct pipes_struct *p); @@ -2861,59 +2859,6 @@ char *valid_share_pathname(TALLOC_CTX *ctx, const char *dos_pathname); bool init_service_op_table( void ); bool shutdown_service_op_table(void); -/* The following definitions come from rpcclient/cmd_dfs.c */ - - -/* The following definitions come from rpcclient/cmd_dssetup.c */ - - -/* The following definitions come from rpcclient/cmd_echo.c */ - - -/* The following definitions come from rpcclient/cmd_lsarpc.c */ - - -/* The following definitions come from rpcclient/cmd_netlogon.c */ - - -/* The following definitions come from rpcclient/cmd_ntsvcs.c */ - - -/* The following definitions come from rpcclient/cmd_samr.c */ - - -/* The following definitions come from rpcclient/cmd_shutdown.c */ - - -/* The following definitions come from rpcclient/cmd_spoolss.c */ - - -/* The following definitions come from rpcclient/cmd_srvsvc.c */ - - -/* The following definitions come from rpcclient/cmd_test.c */ - - -/* The following definitions come from rpcclient/cmd_wkssvc.c */ - - -/* The following definitions come from rpcclient/rpcclient.c */ - - -/* The following definitions come from services/svc_netlogon.c */ - - -/* The following definitions come from services/svc_rcinit.c */ - - -/* The following definitions come from services/svc_spoolss.c */ - - -/* The following definitions come from services/svc_winreg.c */ - - -/* The following definitions come from services/svc_wins.c */ - /* The following definitions come from lib/server_contexts.c */ struct tevent_context *server_event_context(void); void server_event_context_free(void);