Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
2ffe52c5
Commit
2ffe52c5
authored
Mar 22, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxcomp: Properly define NX*Version(void) prototypes in NX.h.
Fixes ArcticaProject/nx-libs#104
parent
af923fba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
NX.h
nxcomp/NX.h
+5
-5
No files found.
nxcomp/NX.h
View file @
2ffe52c5
...
...
@@ -450,11 +450,11 @@ extern void NXTransCleanup(void) __attribute__((noreturn));
*/
extern
void
NXTransCleanupForReconnect
(
void
);
extern
const
char
*
NXVersion
();
extern
int
NXMajorVersion
();
extern
int
NXMinorVersion
();
extern
int
NXPatchVersion
();
extern
int
NXMaintenancePatchVersion
();
extern
const
char
*
NXVersion
(
void
);
extern
int
NXMajorVersion
(
void
);
extern
int
NXMinorVersion
(
void
);
extern
int
NXPatchVersion
(
void
);
extern
int
NXMaintenancePatchVersion
(
void
);
#ifdef __cplusplus
}
...
...
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