summary refs log tree commit diff
path: root/unscoop.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-16 21:13:38 -0500
committerJune McEnroe <june@causal.agency>2019-12-16 21:13:38 -0500
commit17c5a70c9632a12bb5741ea6950b2d282bfca278 (patch)
treefa765e301d94bf553c0368589841d6981d9cc210 /unscoop.c
parentStyle cleanup (diff)
downloadlitterbox-17c5a70c9632a12bb5741ea6950b2d282bfca278.tar.gz
litterbox-17c5a70c9632a12bb5741ea6950b2d282bfca278.zip
Move ARRAY_LEN to database.h
Diffstat (limited to '')
-rw-r--r--unscoop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/unscoop.c b/unscoop.c
index f2d79cb..5aecf19 100644
--- a/unscoop.c
+++ b/unscoop.c
@@ -28,8 +28,6 @@
 
 #include "database.h"
 
-#define ARRAY_LEN(a) (sizeof(a) / sizeof((a)[0]))
-
 enum { ParamCap = 8 };
 
 struct Matcher {
d colspan='3' class='logmsg'> 2017-07-30Optimize builds for chrootJune McEnroe 2017-07-30Persist bright across color changesJune McEnroe 2017-07-30Add index.htmlJune McEnroe 2017-07-30Add snapshot.shJune McEnroe 2017-07-30Fix termcap patch for background colorsJune McEnroe 2017-07-30Update helpJune McEnroe 2017-07-30Fix help to track colorJune McEnroe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe