X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=string.h;h=d4627f33f0d3ce07885deff483c847e57df5b32a;hp=aebb6516afb6e0de78811d1329b012d5edd5b348;hb=b99b4ac94a4391f5a6bbeb9b8ba5eb466eca6249;hpb=e151dbb79eac16326585ec0a33cf48029f5f22f4 diff --git a/string.h b/string.h index aebb6516..d4627f33 100644 --- a/string.h +++ b/string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -83,6 +83,7 @@ int para_atoi32(const char *str, int32_t *value); int get_loglevel_by_name(const char *txt); int read_size_header(const char *buf); int create_argv(const char *buf, const char *delim, char ***result); +int create_shifted_argv(const char *buf, const char *delim, char ***result); int find_arg(const char *arg, char **argv); void free_argv(char **argv); int para_regcomp(regex_t *preg, const char *regex, int cflags);