aboutsummaryrefslogblamecommitdiff
path: root/src/espik.h
blob: 639a791b6780a961cb6daa58171a74e7835b8d8d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                    


              
                             
                             



              


                                       



              

                               

         

                                

                              
 
                          
#ifndef	HAVE_ESPIK_H
#define	HAVE_ESPIK_H

typedef struct
{
	char*		host;
	unsigned short	port;
} t_servinfo;

typedef struct
{
	char*	nickname;
	char*	username;
	char*	realname;   /* gecos */
} t_userinfo;

typedef struct
{
	t_servinfo*	server;
	t_userinfo*	client;
} t_info;

t_info                  a_infos;

int	del_backslash (char*);
int	main (int, char**);

#endif	/* HAVE_ESPIK_H */