]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/strlist.h
Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmc
[karo-tx-linux.git] / tools / perf / util / strlist.h
index a182785d9428b4efc485d8c9a6e5d5afaddc673f..297565aa753505d3f6f22d56f8b6545ee61bfa6b 100644 (file)
@@ -18,6 +18,7 @@ struct strlist {
 
 struct strlist_config {
        bool dont_dupstr;
+       const char *dirname;
 };
 
 struct strlist *strlist__new(const char *slist, const struct strlist_config *config);
@@ -78,6 +79,4 @@ static inline struct str_node *strlist__next(struct str_node *sn)
 #define strlist__for_each_safe(pos, n, slist)  \
        for (pos = strlist__first(slist), n = strlist__next(pos); pos;\
             pos = n, n = strlist__next(n))
-
-int strlist__parse_list(struct strlist *slist, const char *s);
 #endif /* __PERF_STRLIST_H */