From e8063c35ece10a88b7db36764bed80e8539522a7 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 30 Dec 2018 01:53:30 -0500 Subject: Typedef function types, not pointers --- handle.c | 4 ++-- input.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/handle.c b/handle.c index 2de97c5..39351a8 100644 --- a/handle.c +++ b/handle.c @@ -87,7 +87,7 @@ static char *dequote(char *mesg) { return mesg; } -typedef void (*Handler)(char *prefix, char *params); +typedef void Handler(char *prefix, char *params); static void handlePing(char *prefix, char *params) { (void)prefix; @@ -483,7 +483,7 @@ static void handleNotice(char *prefix, char *params) { static const struct { const char *command; - Handler handler; + Handler *handler; } Handlers[] = { { "001", handleReplyWelcome }, { "311", handleReplyWhoisUser }, diff --git a/input.c b/input.c index de27778..31adc98 100644 --- a/input.c +++ b/input.c @@ -47,7 +47,7 @@ param(struct Tag tag, const char *command, char **params, const char *name) { return NULL; } -typedef void (*Handler)(struct Tag tag, char *params); +typedef void Handler(struct Tag tag, char *params); static void inputRaw(struct Tag tag, char *params) { (void)tag; @@ -170,7 +170,7 @@ static void inputMan(struct Tag tag, char *params) { static const struct { const char *command; - Handler handler; + Handler *handler; } Commands[] = { { "/close", inputClose }, { "/help", inputMan }, -- cgit 1.4.0 sh/trap.h'>
path: root/bin/1sh/trap.h (unfollow)
Commit message (Expand)Author
2020-03-08Publish "How I Relay Chat"June McEnroe
2020-03-03Don't use $ inside $(())June McEnroe
2020-03-03Remove setoptJune McEnroe
2020-03-03Use getopts in shell scriptsJune McEnroe
2020-02-27Style %T outside of Rs in italicJune McEnroe
2020-02-26Add Fierce Femmes and Notorious LiarsJune McEnroe
2020-02-23Add This Is How You Lose the Time WarJune McEnroe
2020-02-22Add See Ya LaterJune McEnroe
2020-02-20Remove wiki scriptJune McEnroe
2020-02-19Add The Obelisk GateJune McEnroe
2020-02-17Add Four Tet — HandsJune McEnroe
2020-02-12Simplify macOS notify-sendJune McEnroe
2020-02-12Add imbox and notemap to pageJune McEnroe
2020-02-12Collapse simple linksJune McEnroe
2020-02-12Move catgirl up the pageJune McEnroe
2020-02-12Update catgirl pty grabJune McEnroe
2020-02-12Link to cgit /about pages where appropriateJune McEnroe
2020-02-11Separate LINKS from BINS for html to workJune McEnroe
2020-02-11Add margin to Bl-bullet itemsJune McEnroe
2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe
2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe
2020-02-09Add To Be Taught, If FortunateJune McEnroe
2020-02-04Add The Future of Another TimelineJune McEnroe
2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe
2020-01-28Change scout sensitivity to 1.4June McEnroe
2020-01-28Import shows.txtJune McEnroe