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
Compare Revisions
2f5938c98d0986eb2a267de0441ab1405c6e39ca...85fdb87bdcb31db080d137c664048fe8c4dc6a44
Commits (1)
Extern "C"
· 85fdb87b
Deucе
authored
Feb 11, 2022
85fdb87b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/xpdev/xpmap.h
src/xpdev/xpmap.h
+6
-0
No files found.
src/xpdev/xpmap.h
View file @
85fdb87b
...
...
@@ -55,7 +55,13 @@ struct xpmapping {
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
DLLEXPORT
struct
xpmapping
*
xpmap
(
const
char
*
filename
,
enum
xpmap_type
type
);
DLLEXPORT
void
xpunmap
(
struct
xpmapping
*
map
);
#ifdef __cplusplus
}
#endif
#endif