mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +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"
|
|
|