aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/verify-format.h
blob: 4a7ef79d1fdbb848124468c4bd8ae3e88d756ced (plain)
1
2
3
4
5
6
#ifndef VERIFY_FORMAT_H
#define VERIFY_FORMAT_H

void verify_format_attribute(struct symbol *fn, struct expression_list *args);

#endif