mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
update to snapshot spandsp-20090128
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11535 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
* License along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: schedule.c,v 1.17 2008/05/13 13:17:23 steveu Exp $
|
||||
* $Id: schedule.c,v 1.20 2009/01/05 13:48:31 steveu Exp $
|
||||
*/
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -38,6 +38,9 @@
|
||||
#include "spandsp/logging.h"
|
||||
#include "spandsp/schedule.h"
|
||||
|
||||
#include "spandsp/private/logging.h"
|
||||
#include "spandsp/private/schedule.h"
|
||||
|
||||
int span_schedule_event(span_sched_state_t *s, int us, span_sched_callback_func_t function, void *user_data)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user