mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
dos2unix a bunch of files
For some reason these files would get marked as modified just after a fresh clone on Linux
This commit is contained in:
@@ -79,27 +79,27 @@
|
||||
such a type exists and the standard includes do not define it. */
|
||||
#cmakedefine uint8_t unsigned char
|
||||
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
/* AMF number */
|
||||
typedef
|
||||
#if SIZEOF_FLOAT == 8
|
||||
float
|
||||
#elif SIZEOF_DOUBLE == 8
|
||||
double
|
||||
#elif SIZEOF_LONG_DOUBLE == 8
|
||||
long double
|
||||
#else
|
||||
uint64_t
|
||||
#endif
|
||||
typedef
|
||||
#if SIZEOF_FLOAT == 8
|
||||
float
|
||||
#elif SIZEOF_DOUBLE == 8
|
||||
double
|
||||
#elif SIZEOF_LONG_DOUBLE == 8
|
||||
long double
|
||||
#else
|
||||
uint64_t
|
||||
#endif
|
||||
number64_t;
|
||||
|
||||
/* custom read/write function type */
|
||||
typedef size_t (*read_proc_t)(void * out_buffer, size_t size, void * user_data);
|
||||
typedef size_t (*read_proc_t)(void * out_buffer, size_t size, void * user_data);
|
||||
typedef size_t (*write_proc_t)(const void * in_buffer, size_t size, void * user_data);
|
||||
|
||||
#endif /* __AMF_H__ */
|
||||
|
Reference in New Issue
Block a user