summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-23 13:29:00 +0100
committerGünther Deschner <gd@samba.org>2011-02-23 15:42:35 +0100
commitab64634a2070042d96da7aadc7fff2ea97199c0e (patch)
tree8eb85fbac3f6217bb1f7675345a7466980b60bfe /source3
parent148252331ab7f236858febb9bfc52c66ea8a2ff3 (diff)
downloadsamba-ab64634a2070042d96da7aadc7fff2ea97199c0e.tar.gz
samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.tar.bz2
samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.zip
s3-proto: remove some prototypes of non-existing functions.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 15:42:35 CET 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/include/krb5_protos.h2
-rw-r--r--source3/include/proto.h40
-rw-r--r--source3/modules/onefs.h3
-rw-r--r--source3/winbindd/idmap_adex/idmap_adex.h2
-rw-r--r--source3/winbindd/idmap_proto.h2
-rw-r--r--source3/winbindd/winbindd_proto.h2
6 files changed, 0 insertions, 51 deletions
diff --git a/source3/include/krb5_protos.h b/source3/include/krb5_protos.h
index 7ac0f3ec7e..530122b79e 100644
--- a/source3/include/krb5_protos.h
+++ b/source3/include/krb5_protos.h
@@ -74,8 +74,6 @@ krb5_error_code smb_krb5_verify_checksum(krb5_context context,
uint8 *data,
size_t length);
time_t get_authtime_from_tkt(krb5_ticket *tkt);
-void smb_krb5_free_ap_req(krb5_context context,
- krb5_ap_req *ap_req);
krb5_error_code smb_krb5_get_keyinfo_from_ap_req(krb5_context context,
const krb5_data *inbuf,
krb5_kvno *kvno,
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 69585182eb..c2385c9313 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2069,10 +2069,6 @@ NTSTATUS cli_get_ea_list_path(struct cli_state *cli, const char *path,
TALLOC_CTX *ctx,
size_t *pnum_eas,
struct ea_struct **pea_list);
-bool cli_get_ea_list_fnum(struct cli_state *cli, uint16_t fnum,
- TALLOC_CTX *ctx,
- size_t *pnum_eas,
- struct ea_struct **pea_list);
struct tevent_req *cli_posix_open_send(TALLOC_CTX *mem_ctx,
struct event_context *ev,
struct cli_state *cli,
@@ -4096,37 +4092,6 @@ NTSTATUS rpc_transport_np_init(TALLOC_CTX *mem_ctx, struct cli_state *cli,
struct rpc_cli_transport **presult);
struct cli_state *rpc_pipe_np_smb_conn(struct rpc_pipe_client *p);
-/* The following definitions come from rpc_client/rpc_transport_smbd.c */
-
-struct tevent_req *rpc_cli_smbd_conn_init_send(TALLOC_CTX *mem_ctx,
- struct event_context *ev,
- void (*stdout_callback)(char *buf,
- size_t len,
- void *priv),
- void *priv);
-NTSTATUS rpc_cli_smbd_conn_init_recv(struct tevent_req *req,
- TALLOC_CTX *mem_ctx,
- struct rpc_cli_smbd_conn **pconn);
-NTSTATUS rpc_cli_smbd_conn_init(TALLOC_CTX *mem_ctx,
- struct rpc_cli_smbd_conn **pconn,
- void (*stdout_callback)(char *buf,
- size_t len,
- void *priv),
- void *priv);
-
-struct tevent_req *rpc_transport_smbd_init_send(TALLOC_CTX *mem_ctx,
- struct event_context *ev,
- struct rpc_cli_smbd_conn *conn,
- const struct ndr_syntax_id *abstract_syntax);
-NTSTATUS rpc_transport_smbd_init_recv(struct tevent_req *req,
- TALLOC_CTX *mem_ctx,
- struct rpc_cli_transport **presult);
-NTSTATUS rpc_transport_smbd_init(TALLOC_CTX *mem_ctx,
- struct rpc_cli_smbd_conn *conn,
- const struct ndr_syntax_id *abstract_syntax,
- struct rpc_cli_transport **presult);
-struct cli_state *rpc_pipe_smbd_smb_conn(struct rpc_pipe_client *p);
-
/* The following definitions come from rpc_client/rpc_transport_sock.c */
NTSTATUS rpc_transport_sock_init(TALLOC_CTX *mem_ctx, int fd,
@@ -4232,11 +4197,6 @@ void do_drv_upgrade_printer(struct messaging_context *msg,
struct server_id server_id,
DATA_BLOB *data);
void update_monitored_printq_cache(struct messaging_context *msg_ctx);
-void reset_all_printerdata(struct messaging_context *msg,
- void *private_data,
- uint32_t msg_type,
- struct server_id server_id,
- DATA_BLOB *data);
/* The following definitions come from rpc_server/srv_srvsvc_nt.c */
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h
index cd7782cc37..e7ac0eb72d 100644
--- a/source3/modules/onefs.h
+++ b/source3/modules/onefs.h
@@ -138,9 +138,6 @@ NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent,
struct ifs_security_descriptor *sd, int snum,
uint32_t *security_info_effective);
-NTSTATUS onefs_split_ntfs_stream_name(TALLOC_CTX *mem_ctx, const char *fname,
- char **pbase, char **pstream);
-
NTSTATUS onefs_stream_prep_smb_fname(TALLOC_CTX *ctx,
const struct smb_filename *smb_fname_in,
struct smb_filename **smb_fname_out);
diff --git a/source3/winbindd/idmap_adex/idmap_adex.h b/source3/winbindd/idmap_adex/idmap_adex.h
index cfb3b807f9..61befeb8d2 100644
--- a/source3/winbindd/idmap_adex/idmap_adex.h
+++ b/source3/winbindd/idmap_adex/idmap_adex.h
@@ -170,8 +170,6 @@ bool cell_list_remove(struct likewise_cell * cell);
void cell_list_destroy(void);
void cell_destroy(struct likewise_cell *c);
-void cell_set_forest_searches(struct likewise_cell *c,
- bool search);
void cell_set_dns_domain(struct likewise_cell *c,
const char *dns_domain);
void cell_set_connection(struct likewise_cell *c,
diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h
index 42900a6690..efe7ac6027 100644
--- a/source3/winbindd/idmap_proto.h
+++ b/source3/winbindd/idmap_proto.h
@@ -12,8 +12,6 @@ NTSTATUS idmap_backends_unixid_to_sid(const char *domname,
struct id_map *id);
NTSTATUS idmap_backends_sid_to_unixid(const char *domname,
struct id_map *id);
-NTSTATUS idmap_new_mapping(const struct dom_sid *psid, enum id_type type,
- struct unixid *pxid);
/* The following definitions come from winbindd/idmap_nss.c */
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index c822baa462..874112bbbb 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -151,8 +151,6 @@ void winbindd_ccache_ntlm_auth(struct winbindd_cli_state *state);
enum winbindd_result winbindd_dual_ccache_ntlm_auth(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
void winbindd_ccache_save(struct winbindd_cli_state *state);
-enum winbindd_result winbindd_dual_ccache_save(
- struct winbindd_domain *domain, struct winbindd_cli_state *state);
/* The following definitions come from winbindd/winbindd_cm.c */