summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-24 14:58:21 +0200
committerVolker Lendecke <vl@samba.org>2008-07-24 15:01:04 +0200
commit8ea3ce5342f7ddcc0e36ff0b17d75ed74bdb6ce4 (patch)
tree80bd589b956ad9af90056345a946e12023d6751c /source3/winbindd/winbindd_proto.h
parentd7b87cdce289030a9d274e51404ad1a0580b36bd (diff)
downloadsamba-8ea3ce5342f7ddcc0e36ff0b17d75ed74bdb6ce4.tar.gz
samba-8ea3ce5342f7ddcc0e36ff0b17d75ed74bdb6ce4.tar.bz2
samba-8ea3ce5342f7ddcc0e36ff0b17d75ed74bdb6ce4.zip
Remove unused request_finished_cont()
(This used to be commit 865ea6fcbc089a03e453709fa54ff2a39c0c168e)
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 9fafd57cea..0e0db3e859 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -65,7 +65,6 @@ void setup_async_write(struct fd_event *event, void *data, size_t length,
void *private_data);
void request_error(struct winbindd_cli_state *state);
void request_ok(struct winbindd_cli_state *state);
-void request_finished_cont(void *private_data, bool success);
void winbind_check_sighup(const char *logfile);
void winbind_check_sigterm(bool in_parent);
int main(int argc, char **argv, char **envp);