Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
0f311001
Commit
0f311001
authored
Jan 12, 2009
by
deuce
Browse files
Add possibility of DENYNONE mode to nopen() intro comment.
parent
25adbf54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/sbbs3/nopen.c
src/sbbs3/nopen.c
+4
-4
No files found.
src/sbbs3/nopen.c
View file @
0f311001
...
...
@@ -39,10 +39,10 @@
#include "crc32.h"
/****************************************************************************/
/* Network open function. Opens all files DENYALL
or
DENYWRITE
depending on
*/
/* access, and retries LOOP_NOPEN number of times if the
attempted file is
*/
/* already open or denying access for some other reason.
All files are
*/
/* opened in BINARY mode.
*/
/* Network open function. Opens all files DENYALL
,
DENYWRITE
, or DENYNONE
*/
/*
depending on
access, and retries LOOP_NOPEN number of times if the
*/
/*
attempted file is
already open or denying access for some other reason. */
/*
All files are
opened in BINARY mode. */
/****************************************************************************/
int
nopen
(
const
char
*
str
,
int
access
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment