summaryrefslogtreecommitdiffstats
path: root/server/process.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/process.h
parentc40a333b2ce23e7cec692bac3ca547f78fadd731 (diff)
downloadsssd-f85ae5fce84ad7bdc515c1ec324b9c56cb1a39b2.tar.gz
sssd-f85ae5fce84ad7bdc515c1ec324b9c56cb1a39b2.tar.xz
sssd-f85ae5fce84ad7bdc515c1ec324b9c56cb1a39b2.zip
Remove the service stuff that we stopped using when we moved to
the forl/exec model
Diffstat (limited to 'server/process.h')
-rw-r--r--server/process.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/server/process.h b/server/process.h
deleted file mode 100644
index be22a562d..000000000
--- a/server/process.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __SSSD_PROCESS_H__
-#define __SSSD_PROCESS_H__
-
-int process_new_task(struct event_context *ev,
- const char *service_name,
- void (*new_task)(struct event_context *, void *),
- void *private,
- pid_t *rpid);
-void process_set_title(struct event_context *ev, const char *title);
-void process_terminate(struct event_context *ev, const char *reason);
-
-#endif /* __SSSD_PROCESS_H__ */
-