summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd/apmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/apmd/apmd.h')
-rw-r--r--usr.sbin/apmd/apmd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/apmd/apmd.h b/usr.sbin/apmd/apmd.h
index b716d0d..1be5afa 100644
--- a/usr.sbin/apmd/apmd.h
+++ b/usr.sbin/apmd/apmd.h
@@ -53,10 +53,10 @@ enum {
};
struct event_cmd_op {
- int (* act) __P((void *this));
- void (* dump) __P((void *this, FILE * fp));
- struct event_cmd * (* clone) __P((void *this));
- void (* free) __P((void *this));
+ int (* act)(void *this);
+ void (* dump)(void *this, FILE * fp);
+ struct event_cmd * (* clone)(void *this);
+ void (* free)(void *this);
};
struct event_cmd {
struct event_cmd * next;
OpenPOWER on IntegriCloud