qcdm: namespace stuff properly

This commit is contained in:
Dan Williams
2012-05-30 11:39:23 -05:00
parent e5f787d364
commit 9fb8158279
4 changed files with 13 additions and 13 deletions

View File

@@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LIBQCDM_ERROR_H
#define LIBQCDM_ERROR_H
#ifndef LIBQCDM_ERRORS_H
#define LIBQCDM_ERRORS_H
#include <config.h>
#include <sys/types.h>
@@ -98,5 +98,5 @@ void _qcdm_log (const char *file,
#define qcdm_err(domain, ...) \
_qcdm_log (__FILE__, __LINE__, __func__, domain, QCDM_LOGL_ERR, ## __VA_ARGS__ )
#endif /* LIBQCDM_ERROR_H */
#endif /* LIBQCDM_ERRORS_H */