URI: 
       minor style: make uidisplay() prototype argument equal - sacc - sacc(omys), simple console gopher client
  HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit d9e3acbafabde9b6ee4d2abbe484b035ae8a20fc
   DIR parent 5e49f6688528ae10c7ed03cf6efac03f394dba87
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 25 Feb 2018 15:26:24 +0100
       
       minor style: make uidisplay() prototype argument equal
       
       Diffstat:
         M common.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/common.h b/common.h
       @@ -28,7 +28,7 @@ int asprintf(char **s, const char *fmt, ...);
        void die(const char *fmt, ...);
        size_t mbsprint(const char *s, size_t len);
        const char *typedisplay(char t);
       -void uidisplay(Item *item);
       +void uidisplay(Item *entry);
        Item *uiselectitem(Item *entry);
        void uistatus(char *fmt, ...);
        void uicleanup(void);