summaryrefslogtreecommitdiff
path: root/src/ratpoison.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r--src/ratpoison.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h
index 3a06d5e..bb8ef41 100644
--- a/src/ratpoison.h
+++ b/src/ratpoison.h
@@ -63,4 +63,8 @@ screen_info *find_screen (Window w);
void read_rc_file (FILE *file);
+void fatal (const char *msg);
+void *xmalloc (size_t size);
+void *xrealloc (void *ptr, size_t size);
+
#endif /* ! _RATPOISON_H */