Code

utils proto: Added sdb_proto_get_int().
authorSebastian Harl <sh@tokkee.org>
Wed, 4 Dec 2013 18:32:50 +0000 (19:32 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 4 Dec 2013 18:32:50 +0000 (19:32 +0100)
commitfc2a03c89e88d7c286630070fc014fd9d45147c9
treef910798ffddda05465f4710db0f947b586c4c9a4
parent2df0d2d5c79582e1dce5cdedede9ac564a6f126b
utils proto: Added sdb_proto_get_int().

This function “recieves” a 32bit integer from a string buffer and converts it
from network to host byte order.
src/include/utils/proto.h
src/utils/proto.c