mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-07 04:03:53 +00:00
10 lines
168 B
OpenEdge ABL
10 lines
168 B
OpenEdge ABL
%module fs_elmoscript
|
|
%typemap(newfree) char * "free($1);";
|
|
%newobject getGlobalVariable;
|
|
%{
|
|
#include "switch.h"
|
|
%}
|
|
|
|
%include "/usr/local/freeswitch/include/switch.h"
|
|
|