diff options
author | June McEnroe <june@causal.agency> | 2019-10-22 22:15:55 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-22 22:15:55 -0400 |
commit | 31d09e34fa1507833b98122b54bb929b956dcdd7 (patch) | |
tree | ce90e7ce561c57ae0a9c34aa3fa2f3cc7e90afc0 /bounce.c | |
parent | Remove pollfd from listen interface (diff) | |
download | pounce-31d09e34fa1507833b98122b54bb929b956dcdd7.tar.gz pounce-31d09e34fa1507833b98122b54bb929b956dcdd7.zip |
Rename bouncer to bounce
Diffstat (limited to '')
-rw-r--r-- | bounce.c (renamed from bouncer.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bouncer.c b/bounce.c index 0d1d551..b3d8b33 100644 --- a/bouncer.c +++ b/bounce.c @@ -24,7 +24,7 @@ #include <tls.h> #include <unistd.h> -#include "bouncer.h" +#include "bounce.h" static char *censor(char *arg) { char *dup = strdup(arg); |