Files
bat0daemon/include/process_monitor.h
2024-09-29 02:33:20 -04:00

9 lines
209 B
C

#ifndef PROCESS_MONITOR_H
#define PROCESS_MONITOR_H
int get_high_cpu_processes(char *process_list[], int max_processes);
void free_process_list(char *process_list[], int count);
#endif // PROCESS_MONITOR_H