X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc.h;fp=config%2Flkc.h;h=9f845eab56cb473863e68d05371361e53f598812;hp=e418a30bbc40842e3ac7b6d54927eb1007d98d98;hb=07e4b780c277720017c452506789282bdb62b8c7;hpb=a966b9da5c8d29701f4e6df0914b1533838b9c6a diff --git a/config/lkc.h b/config/lkc.h index e418a30..9f845ea 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -135,7 +135,6 @@ struct gstr { int max_width; }; struct gstr str_new(void); -struct gstr str_assign(const char *s); void str_free(struct gstr *gs); void str_append(struct gstr *gs, const char *s); void str_printf(struct gstr *gs, const char *fmt, ...);