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
runtime.h remove extern "C" and distribute normally instead of extra. (#15558)
[mono-project.git]
/
support
/
nl.h
blob
ae9605fd4873cfe47cf4fde127e3c42530630fdf
1
#ifndef NL_H
2
#define NL_H
3
#include <glib.h>
4
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
10
11
#endif
12