#ifndef _PARSE_H #define _PARSE_H #include "pagemap.h" int scan_all_pids(struct pageframe *pf, struct process **process_list, struct parse_opts *opts); #endif