summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2023-04-25 06:40:46 +0200
committerGravatar default2023-04-25 06:40:46 +0200
commitb8eace33c9079a025f96130e81a2cc73a1933cd3 (patch)
treec76de4b8fd2bfe75932b1c95e04a529841785393 /snac.h
parentSkip muted morons from timelines and statuses. (diff)
downloadsnac2-b8eace33c9079a025f96130e81a2cc73a1933cd3.tar.gz
snac2-b8eace33c9079a025f96130e81a2cc73a1933cd3.tar.xz
snac2-b8eace33c9079a025f96130e81a2cc73a1933cd3.zip
Store the what-is-snac URL as a CPP constant.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index d38494b..eeedca7 100644
--- a/snac.h
+++ b/snac.h
@@ -5,6 +5,8 @@
5 5
6#define USER_AGENT "snac/" VERSION 6#define USER_AGENT "snac/" VERSION
7 7
8#define WHAT_IS_SNAC_URL "https:/" "/comam.es/what-is-snac"
9
8#define DIR_PERM 02770 10#define DIR_PERM 02770
9 11
10extern double disk_layout; 12extern double disk_layout;