diff options
Diffstat (limited to 'src/frames.h')
-rw-r--r-- | src/frames.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frames.h b/src/frames.h index 12bb52e..ec07c27 100644 --- a/src/frames.h +++ b/src/frames.h @@ -47,6 +47,9 @@ frames_add_alloc_fn (Frames *frames, const gchar *pattern, GError **error); guint frames_get_alloc_fns_serial (Frames *frames); +const gchar * +frames_get_string (Frames *frames, const gchar *str); + Frames * frames_create (void); |