mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
source4/: Fix prototypes for all functions in various subsystems.
This commit is contained in:
parent
bd0eced7d5
commit
0b4eb47e27
@ -35,6 +35,8 @@
|
||||
#include "param/param.h"
|
||||
#include "../lib/tsocket/tsocket.h"
|
||||
|
||||
NTSTATUS server_service_cldapd_init(void);
|
||||
|
||||
/*
|
||||
handle incoming cldap requests
|
||||
*/
|
||||
|
@ -43,6 +43,8 @@
|
||||
#include "auth/session.h"
|
||||
#include "lib/util/dlinklist.h"
|
||||
|
||||
NTSTATUS server_service_dns_init(void);
|
||||
|
||||
/* hold information about one dns socket */
|
||||
struct dns_socket {
|
||||
struct dns_server *dns;
|
||||
|
@ -39,6 +39,8 @@
|
||||
#include "libcli/security/dom_sid.h"
|
||||
#include "librpc/gen_ndr/ndr_irpc.h"
|
||||
|
||||
NTSTATUS server_service_dnsupdate_init(void);
|
||||
|
||||
struct dnsupdate_service {
|
||||
struct task_server *task;
|
||||
struct auth_session_info *system_session_info;
|
||||
|
@ -32,6 +32,8 @@
|
||||
/* tsocket-related functions */
|
||||
#include "lib/tsocket/tsocket.h"
|
||||
|
||||
NTSTATUS server_service_echo_init(void);
|
||||
|
||||
/* Structure to hold an echo server socket */
|
||||
struct echo_socket {
|
||||
/* This can come handy for the task struct in there */
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "libcli/libcli.h"
|
||||
#include "libcli/resolve/resolve.h"
|
||||
#include "lib/util/tevent_ntstatus.h"
|
||||
#include "libcli/finddc.h"
|
||||
|
||||
struct finddcs_nbt_state {
|
||||
struct tevent_context *ev;
|
||||
|
@ -30,6 +30,8 @@
|
||||
#include "dsdb/samdb/samdb.h"
|
||||
#include "param/param.h"
|
||||
|
||||
NTSTATUS server_service_nbtd_init(void);
|
||||
|
||||
/*
|
||||
startup the nbtd task
|
||||
*/
|
||||
|
@ -41,6 +41,8 @@
|
||||
#include "system/network.h"
|
||||
#include "system/passwd.h"
|
||||
|
||||
NTSTATUS server_service_ntp_signd_init(void);
|
||||
|
||||
/*
|
||||
top level context structure for the ntp_signd server
|
||||
*/
|
||||
|
@ -40,6 +40,8 @@
|
||||
#include "rpc_server/common/common.h"
|
||||
#include "param/param.h"
|
||||
|
||||
NTSTATUS ntptr_simple_ldb_init(void);
|
||||
|
||||
/*
|
||||
connect to the SPOOLSS database
|
||||
return a ldb_context pointer on success, or NULL on failure
|
||||
|
@ -28,6 +28,8 @@
|
||||
#include "dynconfig/dynconfig.h"
|
||||
#include "smbd/process_model.h"
|
||||
|
||||
NTSTATUS server_service_samba3_smb_init(void);
|
||||
|
||||
/*
|
||||
initialise a server_context from a open socket and register a event handler
|
||||
for reading from that socket
|
||||
|
@ -28,6 +28,8 @@
|
||||
#include "lib/socket/netif.h"
|
||||
#include "param/param.h"
|
||||
|
||||
NTSTATUS server_service_web_init(void);
|
||||
|
||||
/* don't allow connections to hang around forever */
|
||||
#define HTTP_TIMEOUT 120
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user