5 Commits

Author SHA1 Message Date
Aorimn fb473e1e09 Remove dis_perror from the library
This function used to exit(3), which is NOT good for libraries. So we
remove it and let the binaries which link with our library decide how to
deal with errors.
2015-07-12 00:09:58 +02:00
Aorimn 1633b3d444 Trailing whitespaces cleaning, again
It seems like header files missed the whitespace cleaning, so fix it.
2015-04-25 18:26:14 +02:00
Aorimn fc4011a9c5 Change xwrappers into dis_wrappers
xmalloc, for instance, seems to be used by the ruby library as a wrapper
around malloc, which doesn't fit well with dislocker.
2015-04-25 15:53:02 +02:00
Aorimn bbdeb257e6 Change LEVELS to DIS_LOGS
The former was a bit to easy to use elsewhere, so we add the DIS_ prefix
and change its name a little.
2015-03-07 14:12:01 +01:00
Aorimn a5d85f6264 Move includes into separate directory
This adds an include/ directory from which includes files will be. Each
header is now moved to this directory, in the same sub-directory it was
in.
Each #include has been changed accordingly in order not to break
compilation.
2015-03-04 23:35:25 +01:00