[System] Collections from CoreFX
[mono-project.git] / support / nl.h
blob4a464266382320eef60f22f052229e9993eb433c
1 #ifndef NL_H
2 #define NL_H
3 #include <glib.h>
5 G_BEGIN_DECLS
6 int CreateNLSocket (void);
7 int ReadEvents (gpointer sock, gpointer buffer, gint32 count, gint32 size);
8 int CloseNLSocket (gpointer sock);
9 G_END_DECLS
11 #endif