]> andersk Git - splint.git/blobdiff - src/Headers/constraintList.h
*** empty log message ***
[splint.git] / src / Headers / constraintList.h
index de3c145f4bd71a18e52d7b185746d40bdbe4a79d..8f240896b3804b4374c821a8d08b71943c7fbfd5 100644 (file)
@@ -26,7 +26,9 @@ extern /*@truenull@*/ /*@unused@*/ bool constraintList_isError (constraintList p
 # define constraintList_isUndefined(e)  ((e) == constraintList_undefined)
 # define constraintList_isError(e)      ((e) == constraintList_undefined)
 
-extern  constraintList constraintList_addListFree (/*@returned@*/ constraintList, /*@only@*/ constraintList) ;
+extern constraintList constraintList_single (/*@only@*/ constraint) ;
+
+extern constraintList constraintList_addListFree (/*@returned@*/ constraintList, /*@only@*/ constraintList) ;
 extern constraintList constraintList_preserveCallInfo (/*@returned@*/ constraintList p_c, /*@observer@*/ /*@dependent@*/ exprNode p_fcn) ;
 
 /*@iter constraintList_elements (sef constraintList x, yield exposed constraint el); @*/
This page took 0.043832 seconds and 4 git commands to generate.