summaryrefslogtreecommitdiff
path: root/quotacheck.h
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2005-06-24 14:04:23 +0000
committerjkar8572 <jkar8572>2005-06-24 14:04:23 +0000
commit3175710dd6061c9f3df49e24728b93b4d8f29f89 (patch)
tree88549a37d39d8b9c793a3b85b0c2d6188a72da53 /quotacheck.h
parentc1f3d672a89843a3538e8e327b5084b6dd59e990 (diff)
Error messages fixes (Dmitry V. Levin)
Diffstat (limited to 'quotacheck.h')
-rw-r--r--quotacheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotacheck.h b/quotacheck.h
index 10ac6d1..a4f8955 100644
--- a/quotacheck.h
+++ b/quotacheck.h
@@ -36,7 +36,7 @@ extern size_t free_mem = 0;
#endif
void *xmalloc(size_t size);
-void debug(int df, char *fmtstr, ...);
+void debug(int df, char *fmtstr, ...) __attribute__ ((__format__ (__printf__, 2, 3)));
int ask_yn(char *q, int def);
struct dquot *lookup_dquot(qid_t id, int type);
struct dquot *add_dquot(qid_t id, int type);