Move QofLogModule typedef to qoflog.h where it belongs.

pull/719/head
John Ralls 7 years ago
parent f1ff789657
commit 0403e4906c

@ -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;

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

Loading…
Cancel
Save