Commit e80fad71 authored by Dafydd Harries's avatar Dafydd Harries

remove unused typedef of NiceUDPRecvFunc

darcs-hash:20070212181457-c9803-3fdc17d65ec1b3fccc100fe1970a17fb4450c23b.gz
parent 8c157b90
...@@ -20,9 +20,6 @@ struct _NiceUDPSocket ...@@ -20,9 +20,6 @@ struct _NiceUDPSocket
void *priv; void *priv;
}; };
typedef gboolean (*NiceUDPRecvFunc) (NiceAddress *from, guint len,
gchar *buf);
typedef struct _NiceUDPSocketManager NiceUDPSocketFactory; typedef struct _NiceUDPSocketManager NiceUDPSocketFactory;
struct _NiceUDPSocketManager struct _NiceUDPSocketManager
......
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