summaryrefslogtreecommitdiffstats
path: root/src/whatfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/whatfiles.h')
-rw-r--r--src/whatfiles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/whatfiles.h b/src/whatfiles.h
index 681638c..1738010 100644
--- a/src/whatfiles.h
+++ b/src/whatfiles.h
@@ -53,9 +53,9 @@ void about();
// attach.c
size_t get_tids(pid_t **const listptr, size_t *const sizeptr, const pid_t pid);
int attach_to_process(pid_t pid, HashMap map);
-void detatch_from_process(HashMap map);
+void detach_from_process(HashMap map);
void read_file(struct String *str, size_t size, FILE *file);
char read_status(pid_t pid);
-void read_task(pid_t tid, struct String *str);
+bool read_task(pid_t tid, struct String *str);
#endif /* !WHATFILES_H */