7 lines
120 B
C
7 lines
120 B
C
|
#ifndef __WMUD_NETWORKING_H__
|
||
|
# define __WMUD_NETWORKING_H__
|
||
|
|
||
|
gboolean wmud_networking_init(guint port_number);
|
||
|
|
||
|
#endif
|