blob: 64e9717628f300001d9caca71f9535a1569d188b (
plain) (
tree)
|
|
#ifndef _HAVE_ESPIK_NET_H
#define _HAVE_ESPIK_NET_H
#include "struct.h"
void espik_raw_send (char *);
void espik_con_init (t_info);
void espik_con_shutdown ();
#endif /* _HAVE_ESPIK_NET_H */
|