diff options
Diffstat (limited to 'libps/ps.h')
-rw-r--r-- | libps/ps.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: */ |