aboutsummaryrefslogtreecommitdiffstats
path: root/include/stringop.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-12 19:42:44 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-12 19:43:03 -0500
commitc43ef2aedd0b2be3236e3e9feced447b956e496c (patch)
tree777c9a6cfff8d70e7a2ac395e942162522555ee8 /include/stringop.h
parentFurther refinement of wayland client support (diff)
downloadsway-c43ef2aedd0b2be3236e3e9feced447b956e496c.tar.gz
sway-c43ef2aedd0b2be3236e3e9feced447b956e496c.tar.zst
sway-c43ef2aedd0b2be3236e3e9feced447b956e496c.zip
We don't need to implement strdup
After defining _GNU_SOURCE
Diffstat (limited to 'include/stringop.h')
-rw-r--r--include/stringop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stringop.h b/include/stringop.h
index 49bfa771..febbbaba 100644
--- a/include/stringop.h
+++ b/include/stringop.h
@@ -33,5 +33,4 @@ char *cmdsep(char **stringp, const char *delim);
33// Split string into 2 by delim, handle quotes 33// Split string into 2 by delim, handle quotes
34char *argsep(char **stringp, const char *delim); 34char *argsep(char **stringp, const char *delim);
35 35
36char *strdup(const char *);
37#endif 36#endif