Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nl.h « support - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a464266382320eef60f22f052229e9993eb433c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NL_H
#define NL_H
#include <glib.h>

G_BEGIN_DECLS
int CreateNLSocket (void);
int ReadEvents (gpointer sock, gpointer buffer, gint32 count, gint32 size);
int CloseNLSocket (gpointer sock);
G_END_DECLS

#endif