summaryrefslogtreecommitdiff
path: root/src/autolink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autolink.h')
-rw-r--r--src/autolink.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/autolink.h b/src/autolink.h
index 6e2e880..18db02d 100644
--- a/src/autolink.h
+++ b/src/autolink.h
@@ -19,12 +19,6 @@
#include "buffer.h"
-typedef enum {
- AUTOLINK_URLS = (1 << 0),
- AUTOLINK_EMAILS = (1 << 1),
- AUTOLINK_ALL = AUTOLINK_URLS|AUTOLINK_EMAILS
-} autolink_mode;
-
extern size_t
ups_autolink__www(size_t *rewind_p, struct buf *link, char *data, size_t offset, size_t size);