[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / support / nl.h
blobae9605fd4873cfe47cf4fde127e3c42530630fdf
1 #ifndef NL_H
2 #define NL_H
3 #include <glib.h>
5 G_BEGIN_DECLS
6 gpointer CreateNLSocket (void);
7 int ReadEvents (gpointer sock, gpointer buffer, gint32 count, gint32 size);
8 gpointer CloseNLSocket (gpointer sock);
9 G_END_DECLS
11 #endif