Ignore:
Timestamp:
Dec 7, 2009, 10:00:29 PM (15 years ago)
Author:
katerina
Message:

Support event correlation (ticket #178).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_string.h

    r215 r260  
    8484char ** split_array_list(char *line, unsigned int * nfields, size_t * lengths);
    8585
     86/* Return a split_array_list() of a list contained in 'PREFIX\s*( list ).*'
     87 */
     88char ** split_array_braced (char *line, const char * prefix,
     89                            unsigned int * nfields, size_t * lengths);
     90
    8691/* Replaces fields in s with 'replacement'. Fields are given
    8792 * in the ordered array ovector, comprising ovecnum pairs
Note: See TracChangeset for help on using the changeset viewer.