Code

utils proto: Added utility functions for protocol handling.
authorSebastian Harl <sh@tokkee.org>
Wed, 4 Dec 2013 10:06:39 +0000 (11:06 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 4 Dec 2013 10:06:39 +0000 (11:06 +0100)
commit2df0d2d5c79582e1dce5cdedede9ac564a6f126b
tree751f073c0877343b4adf07ff676bf3f8b886dcf4
parent2e2e989712ec5991526b3aaeec011440adb5bf7e
utils proto: Added utility functions for protocol handling.

So far, added functions to send data to an open file descriptor and use that
in the frontend code.
src/Makefile.am
src/frontend/connection.c
src/include/utils/proto.h [new file with mode: 0644]
src/utils/proto.c [new file with mode: 0644]