Mercurial > trustbridge
comparison cinst/mozilla.c @ 252:bd7fb50078b4
Add logging.h for some logging / debug functions
The stuff from debug.h is now in logging.h
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 01 Apr 2014 10:49:40 +0000 |
parents | 1efe494c3d2b |
children | 7707191ddb01 |
comparison
equal
deleted
inserted
replaced
251:c596568fa45b | 252:bd7fb50078b4 |
---|---|
53 #include <stdlib.h> | 53 #include <stdlib.h> |
54 #include <string.h> | 54 #include <string.h> |
55 #include <sys/types.h> | 55 #include <sys/types.h> |
56 | 56 |
57 #define DEBUGPREFIX "MOZ-" | 57 #define DEBUGPREFIX "MOZ-" |
58 #include "debug.h" | 58 #include "logging.h" |
59 | 59 |
60 #include "errorcodes.h" | 60 #include "errorcodes.h" |
61 #include "portpath.h" | 61 #include "portpath.h" |
62 #include "strhelp.h" | 62 #include "strhelp.h" |
63 #include "nss-secitemlist.h" | 63 #include "nss-secitemlist.h" |