X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc.h;fp=config%2Flkc.h;h=4e23febbe4b2836451ab91327c634b268555bc53;hp=16cb62b92650db6373e808b6e94f6dda076d6dff;hb=d44655a5f52f765a5f5aa86cebed06abbe64a51b;hpb=991f1fbe02ccfd2595908a03369621ab05cd21ff 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;