start of msvc build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8219 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2008-04-30 14:20:31 +00:00
parent 2981fd57c2
commit 47985c5683
6 changed files with 87 additions and 90 deletions
@@ -3,12 +3,6 @@
#include <switch_cpp.h>
void console_log(char *level_str, char *msg);
void console_clean_log(char *msg);
char *api_execute(char *cmd, char *arg);
void api_reply_delete(char *reply);
class Session : public CoreSession {
public:
Session();