[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
inetutils/talkd ChangeLog Makefile.am acl.c ann...
From: |
Alain Magloire |
Subject: |
inetutils/talkd ChangeLog Makefile.am acl.c ann... |
Date: |
Tue, 30 Oct 2001 00:42:41 -0500 |
CVSROOT: /home/cvs
Module name: inetutils
Changes by: Alain Magloire <address@hidden> 01/10/30 00:42:41
Modified files:
talkd : ChangeLog Makefile.am acl.c announce.c
intalkd.h print.c process.c table.c talkd.c
Log message:
* Makefile.am: Add -I ../libinetutils to have the argvc_xx()
protitypes.
* acl.c: add <ctype.h> we use isdigit()
add "argv.h" we use argv_xx() functions.
(read_address): Declared static and variable addr unuse nuked.
(netdef_parse): Declared static.
(open_users_acl): Declared static.
(netdef_free): Declared static.
(acl_free): Declared static.
(discard_acl): Declared static.
* announce.c (init_line format_line finish_line print_mesg):
Declared static.
* intalkd.h: Add prototypes for global functions.
* print.c (messages_types): Array declared const and static.
(answers): Array declared cnst and static.
(_xlat_num): Declared static.
(print_request): First argument declared const and should
have a return value.
(print_response): First argument declared const and should
have a return value.
* process.c (process_request): Bug, process did not have
a return value.
* table.c (lookup_request): Declared static and function
pointer with proper prototypes.
(fuzzy_comp): Declared static.
(exact_comp): Did not have a return value.
(delete_invite): Change prototype to correspond to
include/protocols/talkd.h wich want a unsinge long.
* talkd.c (main): Returned 0 for good measure.
(alarm_handler): It is a signal handler correct the prototype.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/ChangeLog.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/Makefile.am.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/acl.c.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/announce.c.diff?cvsroot=OldCVS&tr1=1.19&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/intalkd.h.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/print.c.diff?cvsroot=OldCVS&tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/process.c.diff?cvsroot=OldCVS&tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/table.c.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/inetutils/talkd/talkd.c.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- inetutils/talkd ChangeLog Makefile.am acl.c ann...,
Alain Magloire <=