summaryrefslogtreecommitdiff
path: root/src/autolink.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-06-11 16:16:07 +0200
committerVicent Marti <tanoku@gmail.com>2011-06-11 16:17:51 +0200
commitcf5cb52ae9b39b688ad9a0098111b3e1b0cd80a9 (patch)
treed19566a7aad1c35bb6a1444f57733f1abd5cef62 /src/autolink.h
parentaf491aad94f4878aac87c04c0976d3a17bfd732b (diff)
downloadrust-hoedown-cf5cb52ae9b39b688ad9a0098111b3e1b0cd80a9.tar.gz
Remove `html_autolink.c`
This file has been moved to Rinku
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);