diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 09deba671..ee1ef518e 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1120,7 +1120,7 @@ enum { | |||
1120 | | PSSCAN_STIME | PSSCAN_UTIME | PSSCAN_START_TIME | 1120 | | PSSCAN_STIME | PSSCAN_UTIME | PSSCAN_START_TIME |
1121 | | PSSCAN_TTY, | 1121 | | PSSCAN_TTY, |
1122 | }; | 1122 | }; |
1123 | procps_status_t* alloc_procps_scan(int flags); | 1123 | //procps_status_t* alloc_procps_scan(void); |
1124 | void free_procps_scan(procps_status_t* sp); | 1124 | void free_procps_scan(procps_status_t* sp); |
1125 | procps_status_t* procps_scan(procps_status_t* sp, int flags); | 1125 | procps_status_t* procps_scan(procps_status_t* sp, int flags); |
1126 | /* Format cmdline (up to col chars) into char buf[col+1] */ | 1126 | /* Format cmdline (up to col chars) into char buf[col+1] */ |