Changeset 258:d5b37ea1e679 in mediastreamer2
- Timestamp:
- Feb 16, 2009 11:56:01 AM (4 years ago)
- Branch:
- default
- Location:
- linphone/console
- Files:
-
- 2 edited
-
linphonec.c (modified) (3 diffs)
-
linphonec.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/console/linphonec.c
r256 r258 36 36 #include <linphonecore.h> 37 37 #include "linphonec.h" 38 39 #ifdef HAVE_CONFIG_H40 #include "config.h"41 #endif42 38 43 39 #ifdef WIN32 … … 143 139 char prompt[PROMPT_MAX_LEN]; 144 140 char sock_unix_path[128]={0}; 141 142 #ifndef HAVE_READLINE 145 143 static ortp_thread_t net_reader_th; 146 144 static bool_t net_reader_run=FALSE; 147 145 static ortp_socket_t server_sock; 146 #endif 148 147 149 148 LinphoneCoreVTable linphonec_vtable = { … … 673 672 #ifdef HAVE_READLINE 674 673 linphonec_finish_readline(); 675 #endif 676 674 #else 677 675 if (net_reader_run) 678 676 stop_net_reader(); 677 #endif 678 679 679 680 linphone_core_uninit (&linphonec); 680 681 -
linphone/console/linphonec.h
r245 r258 25 25 #ifndef LINPHONEC_H 26 26 #define LINPHONEC_H 1 27 28 #ifdef HAVE_CONFIG_H 29 #include "config.h" 30 #endif 27 31 28 32 #ifdef HAVE_READLINE_H
Note: See TracChangeset
for help on using the changeset viewer.
