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
6ca31b4e
Commit
6ca31b4e
authored
Jun 29, 2019
by
rswindell
Browse files
Don't need lzh.h outside of internal functions in smbadd.c and smbtxt.c
parent
37b08167
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/smblib/smbadd.c
src/smblib/smbadd.c
+1
-0
src/smblib/smblib.h
src/smblib/smblib.h
+0
-2
src/smblib/smbtxt.c
src/smblib/smbtxt.c
+1
-0
No files found.
src/smblib/smbadd.c
View file @
6ca31b4e
...
...
@@ -38,6 +38,7 @@
#include "smblib.h"
#include "genwrap.h"
#include "crc32.h"
#include "lzh.h"
/****************************************************************************/
/****************************************************************************/
...
...
src/smblib/smblib.h
View file @
6ca31b4e
...
...
@@ -37,8 +37,6 @@
#ifndef _SMBLIB_H
#define _SMBLIB_H
#include "lzh.h"
#ifdef SMBEXPORT
#undef SMBEXPORT
#endif
...
...
src/smblib/smbtxt.c
View file @
6ca31b4e
...
...
@@ -40,6 +40,7 @@
/* SMB-specific */
#include "smblib.h"
#include "base64.h"
#include "lzh.h"
char
*
SMBCALL
smb_getmsgtxt
(
smb_t
*
smb
,
smbmsg_t
*
msg
,
ulong
mode
)
{
...
...
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