Skip to content

Commit f918c13

Browse files
N-R-KGottox
authored andcommitted
add missing prototype for eprint()
1 parent 815df3b commit f918c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: smu.c

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ static int doshortlink(const char *begin, const char *end, int newblock); /* Par
3232
static int dosurround(const char *begin, const char *end, int newblock); /* Parser for surrounding tags */
3333
static int dounderline(const char *begin, const char *end, int newblock); /* Parser for underline tags */
3434
static void *ereallocz(void *p, size_t size);
35+
static void eprint(const char *format, ...);
3536
static void hprint(const char *begin, const char *end); /* escapes HTML and prints it to output */
3637
static void process(const char *begin, const char *end, int isblock); /* Processes range between begin and end. */
3738

0 commit comments

Comments
 (0)