]> git.itanic.dy.fi Git - scan-pagemap/blob - parse.h
Put the processes in a linked list as well
[scan-pagemap] / parse.h
1 #ifndef _PARSE_H
2 #define _PARSE_H
3
4 #include "pagemap.h"
5
6 void scan_all_pids(struct pageframe *pf, struct process **process_list,
7                 int interesting_pid);
8
9 #endif