git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14744 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-09-02 18:33:33 +00:00
parent 771184e850
commit 4a9b1b2261
4 changed files with 88 additions and 4 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ SWITCH_DECLARE(void) consoleCleanLog(char *msg);
public:
SWITCH_DECLARE_CONSTRUCTOR API(void);
virtual SWITCH_DECLARE_CONSTRUCTOR ~ API();
SWITCH_DECLARE(const char *) execute(const char *command, const char *data);
SWITCH_DECLARE(const char *) execute(const char *command, const char *data = NULL);
SWITCH_DECLARE(const char *) executeString(const char *command);
SWITCH_DECLARE(char *) getTime(void);
};