nl.h 228 字节
Newer Older
1 2 3 4 5
#ifndef NL_H
#define NL_H
#include <glib.h>

G_BEGIN_DECLS
6
gpointer CreateNLSocket (void);
7
int ReadEvents (gpointer sock, gpointer buffer, gint32 count, gint32 size);
8
gpointer CloseNLSocket (gpointer sock);
9 10 11 12
G_END_DECLS

#endif