Sha256: b313b7a948bda239a5ae3c586ac7da06867f5aef7f655823254d5a9bbd9de071
Contents?: true
Size: 1.19 KB
Versions: 4
Compression:
Stored size: 1.19 KB
Contents
/* * Copyright (c) 2011, Vicent Marti * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #ifndef UPSKIRT_AUTOLINK_H #define UPSKIRT_AUTOLINK_H_H #include "buffer.h" extern size_t ups_autolink__www(size_t *rewind_p, struct buf *link, char *data, size_t offset, size_t size); extern size_t ups_autolink__email(size_t *rewind_p, struct buf *link, char *data, size_t offset, size_t size); extern size_t ups_autolink__url(size_t *rewind_p, struct buf *link, char *data, size_t offset, size_t size); #endif /* vim: set filetype=c: */
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
redcarpet-1.17.2 | ext/redcarpet/autolink.h |
rinku-1.2.2 | ext/rinku/autolink.h |
rinku-1.2.1 | ext/rinku/autolink.h |
rinku-1.2.0 | ext/rinku/autolink.h |