summaryrefslogtreecommitdiffstats
path: root/threads.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-16 09:42:36 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-16 09:42:36 +0200
commite005c5569c3e0c7c9a098036b7ec3596c3c722b4 (patch)
tree3a130a168de2e9b3aa3cc4c8a4eb46d4cc62e35a /threads.h
parentd9f1a16de4723f9e096fa9abe47e8a845c815df0 (diff)
downloadrsyslog-e005c5569c3e0c7c9a098036b7ec3596c3c722b4.tar.gz
rsyslog-e005c5569c3e0c7c9a098036b7ec3596c3c722b4.tar.xz
rsyslog-e005c5569c3e0c7c9a098036b7ec3596c3c722b4.zip
some minor cleanup, consolidated some code
Diffstat (limited to 'threads.h')
-rw-r--r--threads.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/threads.h b/threads.h
index 643f0107..1cac02b5 100644
--- a/threads.h
+++ b/threads.h
@@ -41,7 +41,6 @@ rsRetVal thrdInit(void);
rsRetVal thrdTerminate(thrdInfo_t *pThis);
rsRetVal thrdTerminateAll(void);
rsRetVal thrdCreate(rsRetVal (*thrdMain)(thrdInfo_t*), rsRetVal(*afterRun)(thrdInfo_t *), bool);
-rsRetVal thrdSleep(thrdInfo_t *pThis, int iSeconds, int iuSeconds);
/* macros (replace inline functions) */