Added error name and string functions.
authorArmin Novak <armin.novak@thincast.com>
Thu, 19 Mar 2015 10:05:16 +0000 (11:05 +0100)
committerArmin Novak <armin.novak@thincast.com>
Thu, 19 Mar 2015 10:05:16 +0000 (11:05 +0100)
commit56dc61cc068f2e2998cb815603ee508c1779b803
tree1b3c8fb7d7551de070e7010b3b62cfb71d3dccd8
parent1f0c1da619e482ab99f0b93952e8f3cc9aad1a15
Added error name and string functions.

Added new functions allowing to get a string representation of an error code
and a description of the error for connect and base error classes.
include/freerdp/error.h
include/freerdp/freerdp.h
libfreerdp/core/CMakeLists.txt
libfreerdp/core/errbase.c [new file with mode: 0644]
libfreerdp/core/errconnect.c [new file with mode: 0644]
libfreerdp/core/errinfo.c
libfreerdp/core/errinfo.h
libfreerdp/core/freerdp.c