summaryrefslogtreecommitdiff
path: root/server/service_proto.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-11-25 11:24:12 -0500
committerSimo Sorce <idra@samba.org>2008-11-25 15:41:31 -0500
commitf85ae5fce84ad7bdc515c1ec324b9c56cb1a39b2 (patch)
tree96423e1f020f3fec29b64ad4478b71d2bd26c37c /server/service_proto.h
parentc40a333b2ce23e7cec692bac3ca547f78fadd731 (diff)
downloadsssd-f85ae5fce84ad7bdc515c1ec324b9c56cb1a39b2.tar.gz
sssd-f85ae5fce84ad7bdc515c1ec324b9c56cb1a39b2.tar.bz2
sssd-f85ae5fce84ad7bdc515c1ec324b9c56cb1a39b2.zip
Remove the service stuff that we stopped using when we moved to
the forl/exec model
Diffstat (limited to 'server/service_proto.h')
-rw-r--r--server/service_proto.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/server/service_proto.h b/server/service_proto.h
deleted file mode 100644
index a42a32dc..00000000
--- a/server/service_proto.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef __SSSD_SERVICE_PROTO_H__
-#define __SSSD_SERVICE_PROTO_H__
-
-/* The following definitions come from service.c */
-
-NTSTATUS register_server_service(const char *name,
- void (*task_init)(struct task_server *));
-NTSTATUS server_service_startup(struct event_context *event_ctx,
- struct loadparm_context *lp_ctx,
- const char *model, const char **server_services);
-
-/* The following definitions come from service_task.c */
-
-void task_server_terminate(struct task_server *task, const char *reason);
-NTSTATUS task_server_startup(struct event_context *event_ctx,
- struct loadparm_context *lp_ctx,
- const char *service_name,
- const struct model_ops *model_ops,
- void (*task_init)(struct task_server *));
-void task_server_set_title(struct task_server *task, const char *title);
-
-#endif /* __SSSD_SERVICE_PROTO_H__ */
-