[IPv6 IRC-DEV] Modulo Hispano-IPv6 ipv6/include channel.h,1.1.1.1,1.2 inet.h,1.2,1.3 m_watch.h,1.1.1
Brought to you by:
zolty
From: Zolty <zo...@us...> - 2002-09-12 19:19:02
|
Update of /cvsroot/irc-dev/ipv6/include In directory usw-pr-cvs1:/tmp/cvs-serv28444/include Modified Files: channel.h inet.h m_watch.h numeric.h s_bsd.h s_user.h Log Message: Make indent y Make depend A partir de ahora, antes de cada commit hacer el make indent SIEMPRE. Index: channel.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/channel.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- channel.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ channel.h 12 Sep 2002 19:18:59 -0000 1.2 @@ -35,7 +35,7 @@ #define CHANNELLEN 64 #define MAXBANS 75 -#define MAXBANLENGTH 2560 /* Este valor debe ajustarse si se cambia el anterior */ +#define MAXBANLENGTH 2560 /* Este valor debe ajustarse si se cambia el anterior */ #define KICKLEN 160 Index: inet.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/inet.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- inet.h 12 Sep 2002 19:02:14 -0000 1.2 +++ inet.h 12 Sep 2002 19:18:59 -0000 1.3 @@ -30,7 +30,7 @@ #define SOCKADDR_IN sockaddr_in #define SOCKADDR sockaddr #define SIN_FAMILY sin_family -#define SIN_PORT sin_port +#define SIN_PORT sin_port #define SIN_ADDR sin_addr #define S_ADDR s_addr #define IN_ADDR in_addr Index: m_watch.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/m_watch.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- m_watch.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ m_watch.h 12 Sep 2002 19:18:59 -0000 1.2 @@ -22,7 +22,8 @@ #ifdef WATCH extern int m_watch(aClient *cptr, aClient *sptr, int parc, char *parv[]); -extern void chequea_estado_watch(aClient *cptr, int raw,char *ip_override,char *ip_override_SeeHidden); +extern void chequea_estado_watch(aClient *cptr, int raw, char *ip_override, + char *ip_override_SeeHidden); extern int borra_lista_watch(aClient *cptr); #endif /* WATCH */ Index: numeric.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/numeric.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- numeric.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ numeric.h 12 Sep 2002 19:18:59 -0000 1.2 @@ -77,7 +77,7 @@ /* ERR_LENGTHTRUNCATED 419 Aircd */ -#define ERR_INVALIDBANMASK 420 /* Hispano extension */ +#define ERR_INVALIDBANMASK 420 /* Hispano extension */ #define ERR_UNKNOWNCOMMAND 421 #define ERR_NOMOTD 422 #define ERR_NOADMININFO 423 Index: s_bsd.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/s_bsd.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- s_bsd.h 12 Sep 2002 19:02:14 -0000 1.3 +++ s_bsd.h 12 Sep 2002 19:18:59 -0000 1.4 @@ -204,7 +204,7 @@ #define HMODE_HIDDENVIEWER 0x00000080 /* Ip Oculta */ #define HMODE_NICKSUSPENDED 0x00000100 /* Nick Suspendido */ #define HMODE_MSGONLYREG 0x00000200 /* Solo recibir mensajes de usuarios con +r */ -#define HMODE_ISWATCH 0x00000800 /* Se enviara WATCH para este nick */ +#define HMODE_ISWATCH 0x00000800 /* Se enviara WATCH para este nick */ /* Modos hispano a propagar */ #define SEND_HMODES \ Index: s_user.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/s_user.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- s_user.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ s_user.h 12 Sep 2002 19:18:59 -0000 1.2 @@ -76,7 +76,7 @@ extern int m_ghost(aClient *cptr, aClient *sptr, int parc, char *parv[]); #ifdef BDD_VIP extern char *get_virtualhost(aClient *sptr); -void make_virtualhost(aClient *acptr, int mostrar,int simular_registrado); +void make_virtualhost(aClient *acptr, int mostrar, int simular_registrado); extern char *get_visiblehost(aClient *sptr, aClient *acptr); #endif #endif |