summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/include/sm/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/include/sm/clock.h')
-rw-r--r--contrib/sendmail/include/sm/clock.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/contrib/sendmail/include/sm/clock.h b/contrib/sendmail/include/sm/clock.h
index b0dfb43..ba7fd68 100644
--- a/contrib/sendmail/include/sm/clock.h
+++ b/contrib/sendmail/include/sm/clock.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1998-2001, 2004 Sendmail, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
* Copyright (c) 1988, 1993
@@ -9,7 +9,7 @@
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
- * $Id: clock.h,v 1.11 2001/05/14 23:25:37 gshapiro Exp $
+ * $Id: clock.h,v 1.12 2004/08/03 19:57:21 ca Exp $
*/
/*
@@ -52,9 +52,8 @@ typedef struct sm_event SM_EVENT;
/* functions */
extern void sm_clrevent __P((SM_EVENT *));
extern void sm_clear_events __P((void));
-extern SM_EVENT *sm_setevent __P((time_t, void(*)(), int));
-extern SM_EVENT *sm_seteventm __P((int, void(*)(), int));
-extern SM_EVENT *sm_sigsafe_seteventm __P((int, void(*)(), int));
+extern SM_EVENT *sm_seteventm __P((int, void(*)__P((int)), int));
+extern SM_EVENT *sm_sigsafe_seteventm __P((int, void(*)__P((int)), int));
extern SIGFUNC_DECL sm_tick __P((int));
/*
OpenPOWER on IntegriCloud