]> git.tuebingen.mpg.de Git - dss.git/blobdiff - str.h
Simplify split_args().
[dss.git] / str.h
diff --git a/str.h b/str.h
index b7f26350ccb5941ced169d6b893ff18b38fcaee1..7b121efb00d1e19c5b92e1711b25c23cd29a8092 100644 (file)
--- a/str.h
+++ b/str.h
@@ -8,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. */