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
d25be461
Commit
d25be461
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added multiple-inclusion protection.
parent
ab1c765b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbbs3/ftpsrvr.h
+6
-1
6 additions, 1 deletion
src/sbbs3/ftpsrvr.h
src/sbbs3/mailsrvr.h
+6
-1
6 additions, 1 deletion
src/sbbs3/mailsrvr.h
with
12 additions
and
2 deletions
src/sbbs3/ftpsrvr.h
+
6
−
1
View file @
d25be461
...
@@ -35,6 +35,9 @@
...
@@ -35,6 +35,9 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
****************************************************************************/
#ifndef _FTPSRVR_H_
#define _FTPSRVR_H_
#include
"client.h"
/* client_t */
#include
"client.h"
/* client_t */
typedef
struct
{
typedef
struct
{
...
@@ -132,4 +135,6 @@ DLLEXPORT void DLLCALL ftp_terminate(void);
...
@@ -132,4 +135,6 @@ DLLEXPORT void DLLCALL ftp_terminate(void);
DLLEXPORT
char
*
DLLCALL
ftp_ver
(
void
);
DLLEXPORT
char
*
DLLCALL
ftp_ver
(
void
);
#ifdef __cplusplus
#ifdef __cplusplus
}
}
#endif
#endif
\ No newline at end of file
#endif
/* Don't add anything after this line */
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/sbbs3/mailsrvr.h
+
6
−
1
View file @
d25be461
...
@@ -35,6 +35,9 @@
...
@@ -35,6 +35,9 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
****************************************************************************/
#ifndef _MAILSRVR_H_
#define _MAILSRVR_H_
#include
"client.h"
/* client_t */
#include
"client.h"
/* client_t */
typedef
struct
{
typedef
struct
{
...
@@ -136,4 +139,6 @@ DLLEXPORT void DLLCALL mail_terminate(void);
...
@@ -136,4 +139,6 @@ DLLEXPORT void DLLCALL mail_terminate(void);
DLLEXPORT
char
*
DLLCALL
mail_ver
(
void
);
DLLEXPORT
char
*
DLLCALL
mail_ver
(
void
);
#ifdef __cplusplus
#ifdef __cplusplus
}
}
#endif
#endif
\ No newline at end of file
#endif
/* Don't add anything after this line */
\ No newline at end of file
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