tAdd a separation between split and range. - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit be740e56ae9bba9d06943b8378edaff489f6e556
 (DIR) parent d378c79022559c3ab5335483a2c443896cd00a53
 (HTM) 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(-)
       ---
 (DIR) diff --git a/llist.h b/llist.h
       t@@ -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);