Added support for $pid_openfiles
[monky] / src / proc.h
index b944a4f..df7c7df 100644 (file)
@@ -61,3 +61,6 @@ void print_pid_stdin(struct text_object *obj, char *p, int p_max_size);
 
 void scan_pid_stdout_arg(struct text_object *obj, const char *arg, void* free_at_crash);
 void print_pid_stdout(struct text_object *obj, char *p, int p_max_size);
+
+void scan_pid_openfiles_arg(struct text_object *obj, const char *arg, void* free_at_crash);
+void print_pid_openfiles(struct text_object *obj, char *p, int p_max_size);