Skip to content
Snippets Groups Projects
Commit 30b9d8c1 authored by rswindell's avatar rswindell
Browse files

Changed lputs() to match prototype in sbbs.h.

parent 7987d208
Branches
Tags
No related merge requests found
......@@ -63,7 +63,7 @@ char lib[LEN_GSNAME+1];
#define SYNC_LIST (1L<<13)
#define KEEP_SPACE (1L<<14)
long lputs(char FAR16 *str)
int lputs(char* str)
{
char tmp[512];
int i,j,k;
......
......@@ -47,7 +47,7 @@ scfg_t scfg;
char *crlf="\r\n";
long lputs(char *str)
int lputs(char* str)
{
char tmp[256];
int i,j,k;
......
......@@ -201,7 +201,7 @@ strcpy(str,out);
}
long lputs(char FAR16 *str)
int lputs(char* str)
{
char tmp[256];
int i,j,k;
......
......@@ -144,7 +144,7 @@ unsigned _rotr (
/******************************************************************************
Displays characters locally
******************************************************************************/
long lputs(char *str)
int lputs(char *str)
{
char tmp[256];
int i,j,k;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment