]> andersk Git - splint.git/blobdiff - src/Headers/qtype.h
- library fixes:
[splint.git] / src / Headers / qtype.h
index d4682dbb89be7d78cd66b6e7b8d0d1769c1d9bc2..208e332a7c1d47246f578cab6edd8143ae767840 100644 (file)
@@ -51,7 +51,7 @@ extern qtype qtype_combine (/*@returned@*/ qtype p_q1, ctype p_ct);
 extern qtype qtype_mergeAlt (/*@returned@*/ qtype p_q1, /*@only@*/ qtype p_q2);
 
 extern qtype qtype_resolve (/*@returned@*/ qtype p_q);
-extern void qtype_adjustPointers (int p_n, /*@returned@*/ qtype p_q);
+extern void qtype_adjustPointers (/*@only@*/ pointers p_n, /*@returned@*/ qtype p_q);
 extern /*@only@*/ cstring qtype_unparse (qtype p_q) /*@*/ ;
 extern qtype qtype_newBase (/*@returned@*/ qtype p_q, ctype p_ct);
 extern qtype qtype_newQbase (/*@returned@*/ qtype p_q1, qtype p_q2);
This page took 0.224441 seconds and 4 git commands to generate.