blob: 3bc88b2e0c2112980f5737f0685d2076d212a7d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _HAVE_ESPIK_NET_H
#define _HAVE_ESPIK_NET_H
#include "espik.h"
void espik_raw_send (char *);
void espik_con_init (t_info);
void espik_con_shutdown ();
#endif /* _HAVE_ESPIK_NET_H */
|