Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / support / nl.h
1 #ifndef NL_H
2 #define NL_H
3 #include <glib.h>
4
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
10
11 #endif
12