Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
dbc56734
Commit
dbc56734
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Removed non-existing function, reports.
parent
897d65a5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/sbbs.h
+6
-8
6 additions, 8 deletions
src/sbbs3/sbbs.h
with
6 additions
and
8 deletions
src/sbbs3/sbbs.h
+
6
−
8
View file @
dbc56734
...
...
@@ -374,12 +374,11 @@ public:
char
timestr_output
[
60
];
void
userlist
(
char
subonly
);
size_t
gettmplt
(
char
*
outstr
,
char
*
tmplt
,
long
mode
);
void
sif
(
char
*
fname
,
char
*
answers
,
long
len
);
/* Synchronet Inteface File */
void
sif
(
char
*
fname
,
char
*
answers
,
long
len
);
/* Synchronet Inte
r
face File */
void
sof
(
char
*
fname
,
char
*
answers
,
long
len
);
void
create_sif_dat
(
char
*
siffile
,
char
*
datfile
);
void
read_sif_dat
(
char
*
siffile
,
char
*
datfile
);
void
printnodedat
(
uint
number
,
node_t
*
node
);
void
reports
(
void
);
bool
inputnstime
(
time_t
*
dt
);
bool
chkpass
(
char
*
pass
,
user_t
*
user
,
bool
unique
);
char
*
cmdstr
(
char
*
instr
,
char
*
fpath
,
char
*
fspec
,
char
*
outstr
);
...
...
@@ -440,7 +439,7 @@ public:
int
rputs
(
char
*
str
);
/* BBS raw puts function */
int
bprintf
(
char
*
fmt
,
...);
/* BBS printf function */
int
rprintf
(
char
*
fmt
,
...);
/* BBS raw printf function */
void
outchar
(
char
ch
);
/* Output a char - check echo and emu. */
void
outchar
(
char
ch
);
/* Output a char - check echo and emu. */
void
center
(
char
*
str
);
/* getstr.cpp */
...
...
@@ -448,10 +447,10 @@ public:
long
getnum
(
ulong
max
);
/* getkey.cpp */
char
getkey
(
long
mode
);
/* Waits for a key hit local or remote */
char
getkey
(
long
mode
);
/* Waits for a key hit local or remote */
long
getkeys
(
char
*
str
,
ulong
max
);
void
ungetkey
(
char
ch
);
/* Places 'ch' into the input buffer */
char
inkey
(
long
mode
);
/* Returns key if one has been hit */
void
ungetkey
(
char
ch
);
/* Places 'ch' into the input buffer */
char
inkey
(
long
mode
);
/* Returns key if one has been hit */
char
question
[
128
];
bool
yesno
(
char
*
str
);
bool
noyes
(
char
*
str
);
...
...
@@ -473,6 +472,7 @@ public:
void
redrwstr
(
char
*
strin
,
int
i
,
int
l
,
long
mode
);
void
attr
(
int
atr
);
/* Change local and remote text attributes */
void
ctrl_a
(
char
x
);
/* Peforms the Ctrl-Ax attribute changes */
void
clearline
(
void
);
/* atcodes.cpp */
int
atcodes
(
char
*
code
);
...
...
@@ -481,8 +481,6 @@ public:
/* getnode.cpp */
int
whos_online
(
bool
listself
);
/* Lists active nodes, returns active nodes */
void
clearline
(
void
);
/* logonoff.cpp */
bool
answer
();
int
login
(
char
*
str
,
char
*
pw
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment