summaryrefslogtreecommitdiff
path: root/src/core/rawlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/rawlog.h')
-rw-r--r--src/core/rawlog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/rawlog.h b/src/core/rawlog.h
index 48e48f34..9e460a83 100644
--- a/src/core/rawlog.h
+++ b/src/core/rawlog.h
@@ -1,13 +1,13 @@
#ifndef __RAWLOG_H
#define __RAWLOG_H
-typedef struct {
+struct _RAWLOG_REC {
int logging;
int handle;
int nlines;
GSList *lines;
-} RAWLOG_REC;
+};
RAWLOG_REC *rawlog_create(void);
void rawlog_destroy(RAWLOG_REC *rawlog);