Code

utils/proto: Let all unmarshal functions accept strings instead of strbufs.
authorSebastian Harl <sh@tokkee.org>
Wed, 17 Dec 2014 21:59:57 +0000 (22:59 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 18 Dec 2014 07:23:53 +0000 (08:23 +0100)
commitebeb14d9215ce017340525214728e4bc62bd1d67
tree91acb7f60f4e5a70faee9974336980fe8b998977
parent971e0d9e845bfcb14fcf175d72a136c4e1186f6c
utils/proto: Let all unmarshal functions accept strings instead of strbufs.

This is more consistent and flexible.
src/client/sock.c
src/frontend/connection.c
src/frontend/query.c
src/include/utils/proto.h
src/tools/sysdb/command.c
src/utils/proto.c