diff options
| author | zy <[email protected]> | 2023-11-15 16:35:59 +0800 |
|---|---|---|
| committer | zy <[email protected]> | 2023-11-15 16:35:59 +0800 |
| commit | b0365d12e761d268e47881c4a218681e78da3221 (patch) | |
| tree | 8f9523990216f7defcd18e6b354bbe95d784ef02 | |
| parent | ebd72cecea66e55104974eb7ea673c8054ffec3b (diff) | |
cancel_watch -> cancel_watch(void)
| -rw-r--r-- | monitor_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_user.h b/monitor_user.h index d6239fd..f4d9df1 100644 --- a/monitor_user.h +++ b/monitor_user.h @@ -17,4 +17,4 @@ typedef struct { int start_watch(watch_arg w_arg); // cancel watch -int cancel_watch();
\ No newline at end of file +int cancel_watch(void);
\ No newline at end of file |
