X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=config%2Flkc.h;h=4e23febbe4b2836451ab91327c634b268555bc53;hb=65512385c67686caa41208d6a1a9b71fb2f57639;hp=16cb62b92650db6373e808b6e94f6dda076d6dff;hpb=2d2c41c2a3de84a2820bcb10988b4e66d654e227;p=carl9170fw.git diff --git a/config/lkc.h b/config/lkc.h index 16cb62b..4e23feb 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -114,6 +114,7 @@ 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); struct gstr { size_t len;