summaryrefslogtreecommitdiff
path: root/src/sbuf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-10-05 20:57:31 +0000
committersabetts <sabetts>2004-10-05 20:57:31 +0000
commita2aeb8461a435621330a692998237f259c356640 (patch)
treefac0c7b51d71fae0f6c1863c03a7bbee9e96e335 /src/sbuf.h
parentf4db5f65334718728090283acbb5b99f4895a469 (diff)
downloadratpoison-a2aeb8461a435621330a692998237f259c356640.zip
* src/actions.c (cmd_unsetenv): add an '=' to the string passed to
putenv.
Diffstat (limited to 'src/sbuf.h')
-rw-r--r--src/sbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbuf.h b/src/sbuf.h
index cd5300f..22fe975 100644
--- a/src/sbuf.h
+++ b/src/sbuf.h
@@ -37,6 +37,7 @@ sbuf
struct sbuf *sbuf_new (size_t initsz);
void sbuf_free (struct sbuf *b);
+char *sbuf_free_struct (struct sbuf *b);
char *sbuf_concat (struct sbuf *b, const char *str);
char *sbuf_copy (struct sbuf *b, const char *str);
char *sbuf_clear (struct sbuf *b);