X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc.h;h=f8aee5fc6d5e607625fc9e7f93bcbcf7f2e9f13b;hp=7577a7fbb405f7c2d4c585b4f88ab687e90c863a;hb=004920cbe03647bf2b88a2e8bd37f83c878d9e8c;hpb=093668ba6752b4667c5109f37031a68c56d27cde diff --git a/config/lkc.h b/config/lkc.h index 7577a7f..f8aee5f 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -122,6 +122,8 @@ void menu_set_type(int type); /* util.c */ 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); struct gstr { size_t len;