aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/verify-format.h
diff options
context:
space:
mode:
Diffstat (limited to 'verify-format.h')
-rw-r--r--verify-format.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/verify-format.h b/verify-format.h
new file mode 100644
index 00000000..4a7ef79d
--- /dev/null
+++ b/verify-format.h
@@ -0,0 +1,6 @@
+#ifndef VERIFY_FORMAT_H
+#define VERIFY_FORMAT_H
+
+void verify_format_attribute(struct symbol *fn, struct expression_list *args);
+
+#endif