blob: a095ba9b56a3690f58f6e8f4c115980d452c4749 (
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 (const char*);
void espik_con_init (t_info);
void espik_con_up();
void espik_con_shutdown ();
void send_login();
#endif /* HAVE_ESPIK_NET_H */
|