X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=str.h;h=7b121efb00d1e19c5b92e1711b25c23cd29a8092;hb=HEAD;hp=0f158fe972c56aaf0e62be389670ad68976c054d;hpb=f33cf243ae1cb5657cccb7c43c99093936093b4a;p=dss.git diff --git a/str.h b/str.h index 0f158fe..7b121ef 100644 --- a/str.h +++ b/str.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + __must_check __malloc void *dss_realloc(void *p, size_t size); __must_check __malloc void *dss_malloc(size_t size); __must_check __malloc void *dss_calloc(size_t size); @@ -6,7 +8,7 @@ __must_check __malloc char *dss_strdup(const char *s); __must_check __malloc char *get_homedir(void); int dss_atoi64(const char *str, int64_t *value); __must_check __malloc char *dss_logname(void); -unsigned split_args(char *args, char *** const argv_ptr, const char *delim); +unsigned split_args(char *args, char *** const argv_ptr); /** \cond LLONG_MAX and LLONG_LIN might not be defined. */