Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
c6f5abef
Commit
c6f5abef
authored
May 11, 2012
by
jehan
Browse files
add belle_sip_version_to_string
parent
bc035c08
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
.cproject
.cproject
+2
-2
include/belle-sip/utils.h
include/belle-sip/utils.h
+1
-0
src/sipstack.c
src/sipstack.c
+3
-0
No files found.
.cproject
View file @
c6f5abef
...
...
@@ -194,7 +194,7 @@
</scannerInfoProvider>
</profile>
</scannerConfigBuildInfo>
<scannerConfigBuildInfo
instanceId=
"cdt.managedbuild.toolchain.gnu.macosx.base.557244179;cdt.managedbuild.toolchain.gnu.macosx.base.557244179.
779699347
;cdt.managedbuild.tool.gnu.c.compiler.macosx.base.
1327025999
;cdt.managedbuild.tool.gnu.c.compiler.input.
1517483722
"
>
<scannerConfigBuildInfo
instanceId=
"cdt.managedbuild.toolchain.gnu.macosx.base.557244179
.959032290
;cdt.managedbuild.toolchain.gnu.macosx.base.557244179.
959032290.
;cdt.managedbuild.tool.gnu.c.compiler.macosx.base.
3940526
;cdt.managedbuild.tool.gnu.c.compiler.input.
2089521215
"
>
<autodiscovery
enabled=
"true"
problemReportingEnabled=
"true"
selectedProfileId=
"org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC"
/>
<profile
id=
"org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"
>
<buildOutputProvider>
...
...
@@ -237,7 +237,7 @@
</scannerInfoProvider>
</profile>
</scannerConfigBuildInfo>
<scannerConfigBuildInfo
instanceId=
"cdt.managedbuild.toolchain.gnu.macosx.base.557244179
.959032290
;cdt.managedbuild.toolchain.gnu.macosx.base.557244179.
959032290.
;cdt.managedbuild.tool.gnu.c.compiler.macosx.base.
3940526
;cdt.managedbuild.tool.gnu.c.compiler.input.
2089521215
"
>
<scannerConfigBuildInfo
instanceId=
"cdt.managedbuild.toolchain.gnu.macosx.base.557244179;cdt.managedbuild.toolchain.gnu.macosx.base.557244179.
779699347
;cdt.managedbuild.tool.gnu.c.compiler.macosx.base.
1327025999
;cdt.managedbuild.tool.gnu.c.compiler.input.
1517483722
"
>
<autodiscovery
enabled=
"true"
problemReportingEnabled=
"true"
selectedProfileId=
"org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC"
/>
<profile
id=
"org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"
>
<buildOutputProvider>
...
...
include/belle-sip/utils.h
View file @
c6f5abef
...
...
@@ -141,6 +141,7 @@ typedef SOCKET belle_sip_fd_t;
typedef
int
belle_sip_fd_t
;
#endif
const
char
*
belle_sip_version_to_string
();
BELLE_SIP_END_DECLS
#endif
...
...
src/sipstack.c
View file @
c6f5abef
...
...
@@ -144,3 +144,6 @@ void belle_sip_stack_set_tx_delay(belle_sip_stack_t *stack, int delay_ms){
stack
->
tx_delay
=
delay_ms
;
}
const
char
*
belle_sip_version_to_string
()
{
return
PACKAGE_VERSION
;
}
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