X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssplit.h;h=268d9730baa4233fe7578648e3fb3bf7f1db85a9;hp=efcde3f85ebaeae70cd85e49dbee49673f4a191d;hb=47b90119a38397c9710d7d9ff2ec316de017569d;hpb=e72b401da5537a14b29e945944926373cb251825 diff --git a/ssplit.h b/ssplit.h index efcde3f8..268d9730 100644 --- a/ssplit.h +++ b/ssplit.h @@ -1,6 +1,6 @@ #ifndef SSPLIT_H_INCLUDED #define SSPLIT_H_INCLUDED -#define SSPLIT_H_VERSION "$Id: ssplit.h,v 1.7 2006/07/18 14:48:47 david__schmidt Exp $" +#define SSPLIT_H_VERSION "$Id: ssplit.h,v 1.8 2009/05/16 13:27:20 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/ssplit.h,v $ @@ -39,7 +39,7 @@ extern "C" { #endif -extern int ssplit(char *str, const char *delim, char *vec[], int vec_len, +extern int ssplit(char *str, const char *delim, char *vec[], size_t vec_len, int dont_save_empty_fields, int ignore_leading); /* Revision control strings from this header and associated .c file */