we have buffers, add an API to readln directly in a buffer instead of implementing...
authorPierre Habouzit <madcoder@debian.org>
Wed, 16 May 2007 19:13:17 +0000 (21:13 +0200)
committerPierre Habouzit <madcoder@debian.org>
Wed, 16 May 2007 19:13:17 +0000 (21:13 +0200)
commitc1a6303fea322f1de432897524b25fa238896225
treea90f4bb18691a3251f66517ebaa8df4681a9a6fe
parenta31de505502560546791fc0158b03c41b7a721ec
we have buffers, add an API to readln directly in a buffer instead of implementing it twice.

  use it in pop.c;

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
lib-lib/buffer.h
lib-sys/mutt_socket.c
lib-sys/mutt_socket.h
pop.c