X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssplit.h;h=99335dbd9114e4cc031dbffe5ef7f65819a43e1d;hp=b388c646d5eeac57bd2f92c6abb73384944305fa;hb=2dfe499721cd57f5e24918d50f605a48391f6fda;hpb=80a50f132c675003d47c4a97a75aae4a47af0903 diff --git a/ssplit.h b/ssplit.h index b388c646..99335dbd 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.9 2011/05/22 10:20:05 fabiankeil Exp $" +#define SSPLIT_H_VERSION "$Id: ssplit.h,v 1.10 2011/09/04 11:10:56 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/ssplit.h,v $ @@ -39,8 +39,7 @@ extern "C" { #endif -extern int ssplit(char *str, const char *delim, char *vec[], size_t vec_len, - int dont_save_empty_fields, int ignore_leading); +extern int ssplit(char *str, const char *delim, char *vec[], size_t vec_len); /* Revision control strings from this header and associated .c file */ extern const char ssplit_rcs[];