Index: trunk/include/sh_string.h
===================================================================
--- trunk/include/sh_string.h	(revision 214)
+++ trunk/include/sh_string.h	(revision 215)
@@ -80,4 +80,8 @@
 char ** split_array_ws(char *line, unsigned int * nfields, size_t * lengths);
 
+/* Same as above, but split on [space, tab, comma]
+ */ 
+char ** split_array_list(char *line, unsigned int * nfields, size_t * lengths);
+
 /* Replaces fields in s with 'replacement'. Fields are given
  * in the ordered array ovector, comprising ovecnum pairs 
