Move QofLogModule typedef to qoflog.h where it belongs.

This commit is contained in:
John Ralls 2019-01-22 08:47:14 -08:00
parent f1ff789657
commit 0403e4906c
2 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,6 @@ extern "C"
typedef const gchar * QofIdType;
/** QofIdTypeConst declaration */
typedef const gchar * QofIdTypeConst;
/** QofLogModule declaration */
typedef const gchar* QofLogModule;
typedef struct QofCollection_s QofCollection;

View File

@ -94,6 +94,8 @@ extern "C"
#include <glib.h>
#include "qofutil.h"
typedef const gchar* QofLogModule;
#define QOF_MOD_ENGINE "qof.engine"
typedef enum