repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[external] remove libunwind headers
[mono-project.git]
/
support
/
nl.h
blob
4a464266382320eef60f22f052229e9993eb433c
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