Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 411895 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- markdown_peg.h
0
++ markdown_peg.h
Lines 2-8 Link Here
2
#include "markdown_lib.h"
2
#include "markdown_lib.h"
3
#include <glib.h>
3
#include <glib.h>
4
4
5
extern char *strdup(const char *string);
5
//extern char *strdup(const char *string);
6
6
7
/* Information (label, URL and title) for a link. */
7
/* Information (label, URL and title) for a link. */
8
struct Link {
8
struct Link {

Return to bug 411895