12 lines
159 B
C
12 lines
159 B
C
#ifndef __mx_twilo_h__
|
|
#define __mx_twilo_h__
|
|
|
|
#include "vars.h"
|
|
|
|
long twilo_calls(CVars in, CVars &out);
|
|
long SendSMSMessage(CVars in, CVars &out);
|
|
|
|
|
|
#endif
|
|
|