diff options
author | Quentin Rameau <quinq@fifth.space> | 2019-02-19 05:33:04 +0100 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2020-11-01 16:59:11 +0100 |
commit | 8d5e2b3a40a86d463d666cbf61906cf22febde34 (patch) | |
tree | c2edf2220d3c05f5979281fced8a9726bd4f4a28 /common.h | |
parent | Makefile: rework how webextensions are handled (diff) | |
download | surf-8d5e2b3a40a86d463d666cbf61906cf22febde34.tar.gz surf-8d5e2b3a40a86d463d666cbf61906cf22febde34.tar.bz2 surf-8d5e2b3a40a86d463d666cbf61906cf22febde34.zip |
Remove common
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common.h b/common.h index 2778029..3990c42 100644 --- a/common.h +++ b/common.h @@ -1,3 +1 @@ #define MSGBUFSZ 8 - -void die(char *, ...); |