]> git.tuebingen.mpg.de Git - paraslash.git/commit
introduce para_fgets(), a wrapper for fgets()
authorAndre <maan@meins.(none)>
Sat, 30 Sep 2006 19:17:23 +0000 (21:17 +0200)
committerAndre <maan@meins.(none)>
Sat, 30 Sep 2006 19:17:23 +0000 (21:17 +0200)
commit262739658bab36f6dc057dfe68a2f7e43a71e41e
treeeaedd323cc732cdeb6ec08d4fbff0aa207dd57ae
parentd42af6d28fa44d085b048cb064e20c79189b88b2
introduce para_fgets(), a wrapper for fgets()

stdio sucks badly. The only serious user of fgets() is para_server's
get_user() function. So make it use the wrapper and simplify it as
we're at it.
command.c
error.h
fd.c
fd.h