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
f78c322a
Commit
f78c322a
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
nopen/fnopen can't be DLL-exported.
parent
258aaff6
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
+4
-4
4 additions, 4 deletions
src/sbbs3/sbbs.h
with
4 additions
and
4 deletions
src/sbbs3/sbbs.h
+
4
−
4
View file @
f78c322a
...
...
@@ -786,10 +786,6 @@ extern "C" {
DLLEXPORT
when_t
DLLCALL
rfc822date
(
char
*
p
);
DLLEXPORT
char
*
DLLCALL
msgdate
(
when_t
when
,
char
*
buf
);
/* nopen.c */
DLLEXPORT
int
DLLCALL
nopen
(
char
*
str
,
int
access
);
DLLEXPORT
FILE
*
DLLCALL
fnopen
(
int
*
file
,
char
*
str
,
int
access
);
/* load_cfg.c */
DLLEXPORT
BOOL
DLLCALL
load_cfg
(
scfg_t
*
cfg
,
char
*
text
[],
BOOL
prep
,
char
*
error
);
DLLEXPORT
void
DLLCALL
free_cfg
(
scfg_t
*
cfg
);
...
...
@@ -878,6 +874,10 @@ int pstrcmp(char **str1, char **str2); /* Compares pointers to pointers */
int
strsame
(
char
*
str1
,
char
*
str2
);
/* Compares number of same chars */
void
ucrc16
(
uchar
ch
,
ushort
*
rcrc
);
/* nopen.c */
int
nopen
(
char
*
str
,
int
access
);
FILE
*
fnopen
(
int
*
file
,
char
*
str
,
int
access
);
/* load_cfg.c */
BOOL
md
(
char
*
path
);
...
...
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