]> git.itanic.dy.fi Git - scan-pagemap/blob - parse.h
Correct the usage of linked lists
[scan-pagemap] / parse.h
1 #ifndef _PARSE_H
2 #define _PARSE_H
3
4 #include "pagemap.h"
5
6 int scan_all_pids(struct pageframe *pf, struct process *process_list,
7                 struct parse_opts *opts);
8
9 #endif