X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc.h;fp=config%2Flkc.h;h=2d5ec2d0e95293c8293adacb229dc2ecb5e6f170;hp=4e23febbe4b2836451ab91327c634b268555bc53;hb=bf909cc9605bfd77ab60b9dfead00c92af2852d2;hpb=65512385c67686caa41208d6a1a9b71fb2f57639 diff --git a/config/lkc.h b/config/lkc.h index 4e23feb..2d5ec2d 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -115,6 +115,7 @@ int file_write_dep(const char *name); void *xmalloc(size_t size); void *xcalloc(size_t nmemb, size_t size); void *xrealloc(void *p, size_t size); +char *xstrdup(const char *s); struct gstr { size_t len;