]> andersk Git - splint.git/blobdiff - src/Headers/constraintList.h
*** empty log message ***
[splint.git] / src / Headers / constraintList.h
index fa80b091e430435489493b9acb2c6f12b12c5615..c17bf6c21b9a22b368e9a3cd74f6810cca2615c7 100644 (file)
@@ -82,11 +82,11 @@ extern /*@only@*/ constraintList constraintList_makeFixedArrayConstraints ( /*@o
 extern void constraintList_printErrorPostConditions (constraintList p_s, fileloc p_loc) ;
 extern void constraintList_printError (constraintList p_s, /*@observer@*/ fileloc p_loc) ;
 
+extern constraintList constraintList_sort (/*@returned@*/ constraintList p_ret) /*@modifes p_ref@*/ ;
+
 void constraintList_dump (/*@observer@*/ constraintList p_c,  FILE * p_f);
 
 /*@only@*/ constraintList constraintList_undump (FILE * p_f);
-constraintList constraintList_sort (/*@returned@*/ constraintList p_ret);
-
 
 # else
 # error "Multiple include"
This page took 1.54529 seconds and 4 git commands to generate.