summaryrefslogtreecommitdiff
path: root/tests/test-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-common.h')
-rw-r--r--tests/test-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-common.h b/tests/test-common.h
index a357c2a9..22953f2d 100644
--- a/tests/test-common.h
+++ b/tests/test-common.h
@@ -6,6 +6,10 @@ char * diff_with_file (const char *file,
gssize len,
GError **error);
+gboolean file_has_prefix (const char *file,
+ const char *str,
+ GError **error);
+
void print_attribute (PangoAttribute *attr,
GString *string);