]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/commitdiff
Added prototype for frsh_contract_destroy()
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 6 Aug 2009 13:51:02 +0000 (15:51 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 6 Aug 2009 13:51:02 +0000 (15:51 +0200)
frsh_core.h

index 3e1dd275d2d282e6b5a5be684c4c4aae134e999b..e5076820e1af20ac9f5fa0169de10cbd006c6f4f 100644 (file)
@@ -194,6 +194,17 @@ int frsh_init();
 int frsh_contract_init(frsh_contract_t *contract);
 
 
+/**
+ * frsh_contract_destroy()
+ *
+ * The operation deallocates all memory which might be allocated for
+ * the contract.
+ *
+ * @param contract the pointer to the contract variable.
+ **/
+void frsh_contract_destroy(frsh_contract_t *contract);
+
+
 /**
  * frsh_contract_set_basic_params()
  *