]> git.itanic.dy.fi Git - scan-pagemap/blobdiff - parse.h
Show full process argument list instead only executable name
[scan-pagemap] / parse.h
diff --git a/parse.h b/parse.h
index 44842200da9b207bf5d8a5a4f9678a7c48de07c8..f01fe8f22e68ac96e466fb7cd4adc9f849afc6d5 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -1,8 +1,27 @@
+/*
+ * Copyright (C) 2010 Timo Kokkonen <timo.t.kokkonen@iki.fi>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #ifndef _PARSE_H
 #define _PARSE_H
 
 #include "pagemap.h"
 
-void scan_all_pids(struct pageframe *pf, int interesting_pid);
+int scan_all_pids(struct rb_root *root, struct process *process_list,
+               struct parse_opts *opts);
+int update_kpageflags(struct rb_root *root);
 
 #endif