aboutsummaryrefslogtreecommitdiff
path: root/src/espik_net.h
blob: ecfa7d39b021ecb487728e3e19f57aacfe40b094 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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_up();
void	espik_con_shutdown ();
void	send_login();

#endif	/* HAVE_ESPIK_NET_H */