Commit b9e9609e authored by Dafydd Harries's avatar Dafydd Harries

mark more parameters as const char *

darcs-hash:20070212155436-c9803-d522e35df577159a413f8bde82bf5807a5cec735.gz
parent 60b07d91
...@@ -141,7 +141,7 @@ nice_udp_fake_socket_push_recv ( ...@@ -141,7 +141,7 @@ nice_udp_fake_socket_push_recv (
NiceUDPSocket *sock, NiceUDPSocket *sock,
NiceAddress *from, NiceAddress *from,
guint len, guint len,
gchar *buf) const gchar *buf)
{ {
UDPFakeSocketPriv *priv; UDPFakeSocketPriv *priv;
......
...@@ -14,7 +14,7 @@ nice_udp_fake_socket_push_recv ( ...@@ -14,7 +14,7 @@ nice_udp_fake_socket_push_recv (
NiceUDPSocket *man, NiceUDPSocket *man,
NiceAddress *from, NiceAddress *from,
guint len, guint len,
gchar *buf); const gchar *buf);
guint guint
nice_udp_fake_socket_pop_send ( nice_udp_fake_socket_pop_send (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment