#ifndef _PARSE_H #define _PARSE_H #include "pagemap.h" void scan_all_pids(struct pageframe *pf, int interesting_pid); #endif