diff options
author | sabetts <sabetts> | 2006-09-27 01:00:45 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2006-09-27 01:00:45 +0000 |
commit | b80a2d14bf72a4758eca46156a7c3ad606473bb7 (patch) | |
tree | 7a86b490490b7c947d331c02e618c07d5239db18 /src/ratpoison.h | |
parent | ad859c2d9b0f19ff55ea016d23a97853ef99b89e (diff) | |
download | ratpoison-b80a2d14bf72a4758eca46156a7c3ad606473bb7.zip |
*** empty log message ***
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 639c9b9..e0052f2 100644 --- a/src/ratpoison.h +++ b/src/ratpoison.h @@ -103,6 +103,7 @@ char *xstrdup (char *s); char *xsprintf (char *fmt, ...); char *xvsprintf (char *fmt, va_list ap); int str_comp (char *s1, char *s2, int len); +char *strtok_ws (char *s); /* Needed in cmd_tmpwm */ void check_child_procs (void); void chld_handler (int signum); |