summaryrefslogtreecommitdiff
path: root/src/frames.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-11-28 09:42:14 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2007-11-28 09:42:14 +0000
commit0fbc1564ed0f6335f98b7269683f1ca5f068a830 (patch)
tree0e3e2373d2452bb6ea4d07d89fb10f2aab31795a /src/frames.h
parent41d4323d2b7dbfb8f203291692d20a02c09ffd23 (diff)
Use a big chunk allocator for permanent allocations.
Diffstat (limited to 'src/frames.h')
-rw-r--r--src/frames.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frames.h b/src/frames.h
index ec07c27..dfb0bf3 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -1,6 +1,8 @@
#ifndef FRAMES_H
#define FRAMES_H
+#include "memfault.h"
+
G_BEGIN_DECLS
typedef struct _frame {
@@ -51,7 +53,7 @@ const gchar *
frames_get_string (Frames *frames, const gchar *str);
Frames *
-frames_create (void);
+frames_create (App *app);
void
frames_destroy (Frames *frames);