Skip to content
Snippets Groups Projects
Commit 6ae3c801 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add lprintf declaration here (hack)

This is always going to call the terminal server's lprintf function (when used
with libsbbs.so/sbbs.dll) which is probably not what was intended.
parent 8d944f32
No related branches found
No related tags found
No related merge requests found
Pipeline #5022 passed
......@@ -7,6 +7,8 @@
#include "ssl.h"
//#include "js_socket.h" // TODO... move this stuff in here?
int lprintf(int level, const char *fmt, ...); /* log output */
void free_crypt_attrstr(char *attr)
{
free(attr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment