rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit be740e56ae9bba9d06943b8378edaff489f6e556
parent d378c79022559c3ab5335483a2c443896cd00a53
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat, 21 Apr 2012 15:14:22 +0200

Add a separation between split and range.

Diffstat:
llist.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/llist.h b/llist.h @@ -93,6 +93,7 @@ llist_t *llist_rawlistadd(llist_t *llist, llist_t *elems); llist_t *llist_splitstr(char *str, char *sep); llist_t *llist_splitargv(int argc, char *argv[]); + char *llist_joinstr(llist_t *llist, char *sep); llist_t *llist_genrange(int begin, int end, int step);