diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-10 19:17:37 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-06-14 11:25:47 +0200 |
commit | 0834574fdd6b469797b3b6a4edd45f321b9b9971 (patch) | |
tree | 78b9c5231192f868a076838a42fd2b820ae5e77d /source3/winbindd/winbindd_proto.h | |
parent | 9b06c27cdb5f896cfd92eb103132cee258b87ca1 (diff) | |
download | samba-0834574fdd6b469797b3b6a4edd45f321b9b9971.tar.gz samba-0834574fdd6b469797b3b6a4edd45f321b9b9971.tar.bz2 samba-0834574fdd6b469797b3b6a4edd45f321b9b9971.zip |
Remove some unused code
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r-- | source3/winbindd/winbindd_proto.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 55c0af3148..8380e40cb1 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -53,14 +53,6 @@ bool register_message_flags(bool doreg, uint32 msg_flags); struct event_context *winbind_event_context(void); struct messaging_context *winbind_messaging_context(void); -void add_fd_event(struct winbindd_fd_event *ev); -void remove_fd_event(struct winbindd_fd_event *ev); -void setup_async_read(struct winbindd_fd_event *event, void *data, size_t length, - void (*finished)(void *private_data, bool success), - void *private_data); -void setup_async_write(struct winbindd_fd_event *event, void *data, size_t length, - void (*finished)(void *private_data, bool success), - void *private_data); void request_error(struct winbindd_cli_state *state); void request_ok(struct winbindd_cli_state *state); bool winbindd_setup_sig_term_handler(bool parent); @@ -157,9 +149,6 @@ bool wcache_invalidate_cache(void); bool init_wcache(void); bool initialize_winbindd_cache(void); void close_winbindd_cache(void); -void cache_store_response(pid_t pid, struct winbindd_response *response); -bool cache_retrieve_response(pid_t pid, struct winbindd_response * response); -void cache_cleanup_response(pid_t pid); bool lookup_cached_sid(TALLOC_CTX *mem_ctx, const DOM_SID *sid, char **domain_name, char **name, enum lsa_SidType *type); |