Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
aa02fb24
Commit
aa02fb24
authored
11 years ago
by
Vittorio Giovara
Committed by
Tristan Matthews
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
iax2: explicitly define the structure to avoid linkage problems
Change-Id: I3da8382983361672e98779cbb447e8a3ffef0a12
parent
f66896b6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
daemon/libs/iax2/iax-client.h
+1
-2
1 addition, 2 deletions
daemon/libs/iax2/iax-client.h
with
1 addition
and
2 deletions
daemon/libs/iax2/iax-client.h
+
1
−
2
View file @
aa02fb24
...
...
@@ -12,6 +12,7 @@
*/
#include
<sys/socket.h>
#include
<netinet/in.h>
#ifndef _ASTERISK_IAX_CLIENT_H
#define _ASTERISK_IAX_CLIENT_H
...
...
@@ -163,8 +164,6 @@ extern int iax_auth_reply(struct iax_session *session, char *password,
/* Free an event */
extern
void
iax_event_free
(
struct
iax_event
*
event
);
struct
sockaddr_in
;
/* Front ends for sending events */
extern
int
iax_send_dtmf
(
struct
iax_session
*
session
,
char
digit
);
extern
int
iax_send_voice
(
struct
iax_session
*
session
,
int
format
,
unsigned
char
*
data
,
int
datalen
,
int
samples
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment