Introduction
Introduction Statistics Contact Development Disclaimer Help
remove smu.h - smu - smu - simple markup (Markdown) processor (fork, fixes + fe…
git clone git://git.codemadness.org/smu
Log
Files
Refs
README
LICENSE
---
commit b5742904c73370eed99a74fdf70419c529abf7ae
parent 8ccc68ccca20b1c6ae4022e0ab271661c1e11edc
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 11 May 2021 01:54:20 +0200
remove smu.h
Diffstat:
D smu.h | 19 -------------------
1 file changed, 0 insertions(+), 19 deletions(-)
---
diff --git a/smu.h b/smu.h
@@ -1,19 +0,0 @@
-/* libsmu - simple markup library
- * Copyright (C) <2007, 2008> Enno Boland <g s01 de>
- *
- * See LICENSE for further informations
- */
-#include <stdio.h>
-
-/**
- * Converts contents of a simple markup stream (in) and prints them to out.
- * If suppresshtml == 1, it will create plain text of the simple markup instead
- * of HTML.
- *
- * Returns 0 on success.
- */
-int smu_convert(FILE *out, FILE *in, int suppresshtml);
-
-/** utility */
-void eprint(const char *format, ...);
-
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.