summaryrefslogtreecommitdiffstats
path: root/gatchat/gatutil.h
AgeCommit message (Collapse)AuthorFilesLines
2010-04-10Add utility helper for debugging binary blobsMarcel Holtmann1-2/+5
2010-01-28Add new constructor for fully blocking operationMarcel Holtmann1-1/+1
2010-01-20Refactor: Reorder argument orderDenis Kenzior1-2/+2
The order of arguments was a bit confusing, reorder them to make more logical sense.
2010-01-20Add gatutil.c to share common APIs with GAtServerZhenhua Zhang1-0/+40
Add gatutil.c/h gat.h and move shared typedef and APIs into it. So that they can be shared by GAtServer and GAtChat.