summaryrefslogtreecommitdiffstats
path: root/src/whatfiles.h
diff options
context:
space:
mode:
authorTheron <tspiegl@gmail.com>2020-06-26 21:23:09 -0500
committerTheron <tspiegl@gmail.com>2020-06-26 21:23:09 -0500
commit5032c82cf3104f90801c105e1e46b3f1a68de8c1 (patch)
treeb8fb3f056e236e269e6fe5828ca627006713f55f /src/whatfiles.h
parent3a94bd17f334028dd1018af4eea41ae0e339bb01 (diff)
think it's working?
Diffstat (limited to 'src/whatfiles.h')
-rw-r--r--src/whatfiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/whatfiles.h b/src/whatfiles.h
index e1fd6c5..3739ead 100644
--- a/src/whatfiles.h
+++ b/src/whatfiles.h
@@ -45,7 +45,7 @@ void build_output(
);
void get_mode(unsigned long long m, char *mode);
void get_command(pid_t current_pid, char *command, size_t len);
-bool peek_filename(pid_t pid, unsigned long long p_reg, struct String *str);
+bool peek_filename(pid_t pid, unsigned long p_reg, struct String *str);
// void toggle_status(pid_t current_pid, HashMap map);
bool is_exiting(pid_t pid, unsigned long long syscall);
char *parse_flags(int argc, char *argv[], pid_t *pid, bool *stdout_override, bool *attach);