mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
merge new_loader_completion branch, including (at least):
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40722 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#include "isdn_lib.h"
|
||||
|
||||
|
||||
#if !defined MISDNUSER_VERSION_CODE || (MISDNUSER_VERSION_CODE < MISDNUSER_VERSION(1, 0, 3))
|
||||
#error "You need a newer version of mISDNuser ..."
|
||||
#endif
|
||||
@@ -104,6 +103,13 @@ struct misdn_stack {
|
||||
|
||||
struct misdn_stack* get_stack_by_bc(struct misdn_bchannel *bc);
|
||||
|
||||
int isdn_msg_get_index(struct isdn_msg msgs[], msg_t *frm, int nt);
|
||||
enum event_e isdn_msg_get_event(struct isdn_msg msgs[], msg_t *frm, int nt);
|
||||
int isdn_msg_parse_event(struct isdn_msg msgs[], msg_t *frm, struct misdn_bchannel *bc, int nt);
|
||||
char * isdn_get_info(struct isdn_msg msgs[], enum event_e event, int nt);
|
||||
msg_t * isdn_msg_build_event(struct isdn_msg msgs[], struct misdn_bchannel *bc, enum event_e event, int nt);
|
||||
int isdn_msg_get_index_by_event(struct isdn_msg msgs[], enum event_e event, int nt);
|
||||
char * isdn_msg_get_info(struct isdn_msg msgs[], msg_t *msg, int nt);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user