Re: [hackers] [dmenu] Remove function prototypes and reorder functions accordingly || FRIGN

From: Dimitris Papastamos <sin_AT_2f30.org>
Date: Mon, 28 Sep 2015 00:09:49 +0100

On Mon, Sep 28, 2015 at 12:38:37AM +0200, git_AT_suckless.org wrote:
> commit ba75bb30fa1f458ea4d80a2858ffeaf9d49afbcc
> Author: FRIGN <dev_AT_frign.de>
> AuthorDate: Mon Sep 28 00:19:36 2015 +0200
> Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
> CommitDate: Mon Sep 28 00:33:29 2015 +0200
>
> Remove function prototypes and reorder functions accordingly
>
> diff --git a/dmenu.c b/dmenu.c
> index 050b858..32a8330 100644
> --- a/dmenu.c
> +++ b/dmenu.c
> _AT_@ -34,22 +34,6 @@ struct item {
> bool out;
> };
>
> -static void appenditem(struct item *, struct item **, struct item **);
> -static void calcoffsets(void);
> -static char *cistrstr(const char *, const char *);
> -static void cleanup(void);
> -static void drawmenu(void);
> -static void grabkeyboard(void);
> -static void insert(const char *, ssize_t);
> -static void keypress(XKeyEvent *);
> -static void match(void);
> -static size_t nextrune(int);
> -static void paste(void);
> -static void readstdin(void);
> -static void run(void);
> -static void setup(void);
> -static void usage(void);

What's next, dwm?

I am tired of these stylistic changes.
Received on Mon Sep 28 2015 - 01:09:49 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 28 2015 - 01:12:10 CEST