aboutsummaryrefslogblamecommitdiff
path: root/src/espik_net.h
blob: 64e9717628f300001d9caca71f9535a1569d188b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                
#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 */