aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libps/ps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libps/ps.h b/libps/ps.h
index 192847b5..3e59c66a 100644
--- a/libps/ps.h
+++ b/libps/ps.h
@@ -535,7 +535,7 @@ struct ps_getter
/* A function that will get the value; the protocol between this function
and its caller is type-dependent. */
- void (*fn) (void);
+ void *fn;
};
/* Access macros: */