diff options
Diffstat (limited to 'src/ratpoison.h')
-rw-r--r-- | src/ratpoison.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h index 4defe46..f8c6c53 100644 --- a/src/ratpoison.h +++ b/src/ratpoison.h @@ -67,5 +67,6 @@ void read_rc_file (FILE *file); void fatal (const char *msg); void *xmalloc (size_t size); void *xrealloc (void *ptr, size_t size); +char *xstrdup (char *s); #endif /* ! _RATPOISON_H */ |