Sha256: 2fae700f119815a91ce05bce39a16b1f7fb719f6060e943c75d2273afba2ecbd

Contents?: true

Size: 1.33 KB

Versions: 7

Compression:

Stored size: 1.33 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

#include "buffer.h"

#ifdef __cplusplus
extern "C" {
#endif

extern int
sd_autolink_issafe(const uint8_t *link, size_t link_len);

extern size_t
sd_autolink__www(size_t *rewind_p, struct buf *link, uint8_t *data, size_t offset, size_t size);

extern size_t
sd_autolink__email(size_t *rewind_p, struct buf *link, uint8_t *data, size_t offset, size_t size);

extern size_t
sd_autolink__url(size_t *rewind_p, struct buf *link, uint8_t *data, size_t offset, size_t size);

#ifdef __cplusplus
}
#endif

#endif

/* vim: set filetype=c: */

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
github-markdown-0.4.1 ext/markdown/autolink.h
github-markdown-0.4.0 ext/markdown/autolink.h
github-markdown-0.3.2 ext/markdown/autolink.h
github-markdown-0.3.1 ext/markdown/autolink.h
github-markdown-0.3.0 ext/markdown/autolink.h
github-markdown-0.2.1 ext/markdown/autolink.h
github-markdown-0.2.0 ext/markdown/autolink.h