From: FRIGN Date: Sun, 27 Sep 2015 22:15:03 +0000 (+0200) Subject: Untypedef struct item X-Git-Url: https://git.xinqibao.xyz/dmenu.git/commitdiff_plain/10fd4f275feaef0b505cc8e65a2deccae69a0968?hp=10fd4f275feaef0b505cc8e65a2deccae69a0968 Untypedef struct item Adds clarity. Typedefs for structs are definitely a discussion matter, but there's no reason to hide a simple data-structure behind a meaningless typedef. ---