X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc.h;h=2d5ec2d0e95293c8293adacb229dc2ecb5e6f170;hb=bf909cc9605bfd77ab60b9dfead00c92af2852d2;hp=16cb62b92650db6373e808b6e94f6dda076d6dff;hpb=2d2c41c2a3de84a2820bcb10988b4e66d654e227;p=carl9170fw.git diff --git a/config/lkc.h b/config/lkc.h index 16cb62b..2d5ec2d 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -114,6 +114,8 @@ struct file *file_lookup(const char *name); 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;