wmud/src/networking.h

7 lines
120 B
C
Raw Normal View History

#ifndef __WMUD_NETWORKING_H__
# define __WMUD_NETWORKING_H__
gboolean wmud_networking_init(guint port_number);
#endif