This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
823
Wiki
Activity
Browse Source
remove uuid helper code
git.mgm/mediaproxy-ng/2.0
Richard Fuchs
14 years ago
parent
f775df551c
commit
e62a58eb31
1 changed files
with
0 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-7
daemon/aux.h
+ 0
- 7
daemon/aux.h
View File
@ -11,7 +11,6 @@
#
include
<glib.h>
#
include
<pcre.h>
#
include
<stdarg.h>
#
include
<uuid/uuid.h>
#
include
<arpa/inet.h>
@ -84,12 +83,6 @@ static inline char chrtoupper(char x) {
return
x
&
0xdf
;
}
static
inline
void
uuid_str_generate
(
char
*
s
)
{
uuid_t
uuid
;
uuid_generate
(
uuid
)
;
uuid_unparse
(
uuid
,
s
)
;
}
static
inline
void
swap_ptrs
(
void
*
a
,
void
*
b
)
{
void
*
t
,
*
*
aa
,
*
*
bb
;
aa
=
a
;
Write
Preview
Loading…
Cancel
Save